From fe18d440586a5cbd8ab98237a395a281fda1a738 Mon Sep 17 00:00:00 2001
From: zhangback <zhangback@163.com>
Date: 星期三, 17 十二月 2025 09:42:59 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/yagwly_fa_master' into yagwly_fa_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 2c5a3a5..69c36f9 100644
--- a/ui/admin-ui3/src/views/cwgl/smartLockerApplication/index.vue
+++ b/ui/admin-ui3/src/views/cwgl/smartLockerApplication/index.vue
@@ -180,7 +180,7 @@
         // 鍒ゆ柇 itemType 鏄惁涓� '0'锛屽苟涓� itemName 鏈夊��
         if (form.value.itemType === '0' && val) {
           // 鍦ㄨ繖閲屾坊鍔犱綘鐨勮姹傛帴鍙i�昏緫
-          debouncedItemNameChange(val.value);
+          debouncedItemNameChange(val);
           // 绀轰緥璇锋眰璋冪敤锛堥渶瑕佹浛鎹负瀹為檯鐨凙PI璋冪敤锛�
           // yourApiRequestFunction(val).then(response => {
           //   // 澶勭悊鍝嶅簲
@@ -363,7 +363,7 @@
   // 鍒ゆ柇 itemType 鏄惁涓� '0'锛屽苟涓� itemName 鏈夊��
   if (form.value.itemType == 0 && val) {
     // 鍦ㄨ繖閲屾坊鍔犱綘鐨勮姹傛帴鍙i�昏緫
-    smartLockerApplicationQuery({ licensePlateNumber: val }).then(response => {
+    smartLockerApplicationQuery({ licensePlateNumber: form.value.itemName }).then(response => {
       if (response.code == 200) {
         form.value.lockerPort = response.data || '';
       }

--
Gitblit v1.8.0