From 594f8a604564a3ebefe99cb32e63e647aa9b14bd Mon Sep 17 00:00:00 2001
From: sen <sen@qq.com>
Date: 星期三, 17 十二月 2025 17:50:33 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/cwxt_master' into cwxt_master

---
 ui/admin-ui3/src/views/cwgl/smartLockerApplication/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ui/admin-ui3/src/views/cwgl/smartLockerApplication/index.vue b/ui/admin-ui3/src/views/cwgl/smartLockerApplication/index.vue
index df4f40c..2c5a3a5 100644
--- a/ui/admin-ui3/src/views/cwgl/smartLockerApplication/index.vue
+++ b/ui/admin-ui3/src/views/cwgl/smartLockerApplication/index.vue
@@ -361,7 +361,7 @@
 // 瀹氫箟瀹為檯瑕佹墽琛岀殑鍑芥暟
 const handleItemNameChange = (val: any) => {
   // 鍒ゆ柇 itemType 鏄惁涓� '0'锛屽苟涓� itemName 鏈夊��
-  if (form.value.itemType === '0' && val) {
+  if (form.value.itemType == 0 && val) {
     // 鍦ㄨ繖閲屾坊鍔犱綘鐨勮姹傛帴鍙i�昏緫
     smartLockerApplicationQuery({ licensePlateNumber: val }).then(response => {
       if (response.code == 200) {
@@ -377,7 +377,7 @@
 const handleInvalid = (row: any) => {
   proxy.$modal.confirm(`鏄惁浣滃簾璇ョ敵棰嗕汉缂栫爜 锛�${row.applicantCode}?`).then(function () {
     return smartLockerApplicationInvalid(row.id);
-  }).then((res) => {
+  }).then((res:any) => {
     onLoad(page.value);
     proxy.$modal.msgSuccess(res.msg);
   })

--
Gitblit v1.8.0