From 15178bafd7aa1827e6c48fda8e2cc3b8df0bbf5e Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期一, 19 一月 2026 15:24:25 +0800
Subject: [PATCH] 新增前后端

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

diff --git a/ui/admin-ui3/src/views/cwgl/smartLockerApplication/index.vue b/ui/admin-ui3/src/views/cwgl/smartLockerApplication/index.vue
index 63da0e6..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,13 +377,13 @@
 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);
   })
 
 }
-const handleEditBtn = (row, index) => {
+const handleEditBtn = (row:any, index:any) => {
   crudRef.value.rowEdit(row, index)
   // option.value.editBtn = true;
 }

--
Gitblit v1.8.0