From 270da473526ff47a15a3aedef01ebfac90ded51b Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期二, 21 十月 2025 17:37:08 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/yagwly_fa_master' into yagwly_fa_master

---
 ui/admin-ui3/src/views/cwgl/smartLockerApplication/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 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..df4f40c 100644
--- a/ui/admin-ui3/src/views/cwgl/smartLockerApplication/index.vue
+++ b/ui/admin-ui3/src/views/cwgl/smartLockerApplication/index.vue
@@ -383,7 +383,7 @@
   })
 
 }
-const handleEditBtn = (row, index) => {
+const handleEditBtn = (row:any, index:any) => {
   crudRef.value.rowEdit(row, index)
   // option.value.editBtn = true;
 }

--
Gitblit v1.8.0