From 659c0977f53b02a75b032c4d42aeb466614b8ecd Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期二, 23 十二月 2025 15:05:03 +0800
Subject: [PATCH] 新增日志

---
 ui/admin-ui3/src/components/bankCardCate/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ui/admin-ui3/src/components/bankCardCate/index.vue b/ui/admin-ui3/src/components/bankCardCate/index.vue
index 0e24a52..c0ff190 100644
--- a/ui/admin-ui3/src/components/bankCardCate/index.vue
+++ b/ui/admin-ui3/src/components/bankCardCate/index.vue
@@ -197,7 +197,7 @@
 
 // 閫夋嫨瀹㈡埛鍥炶皟
 const handleCustomerSelect = (selectedCustomer) => {
-    form.customerName = selectedCustomer.customerShortName;
+    form.customerName = selectedCustomer.customerFullName;
     form.customerId = selectedCustomer.id; // 鐜板湪瀛楁宸插0鏄庯紝璧嬪�兼湁鏁�
     isCustomerSelectVisibleIshow.value = false;
 };

--
Gitblit v1.8.0