From c0b0407a8630dc62a95dd882f2e088916d6dcb8b Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 03 十二月 2024 18:17:41 +0800
Subject: [PATCH] 开发

---
 admin/src/views/client/components/OperaYwCustomerWindow.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/admin/src/views/client/components/OperaYwCustomerWindow.vue b/admin/src/views/client/components/OperaYwCustomerWindow.vue
index bbfb6b6..d3c0941 100644
--- a/admin/src/views/client/components/OperaYwCustomerWindow.vue
+++ b/admin/src/views/client/components/OperaYwCustomerWindow.vue
@@ -212,18 +212,18 @@
       // 缂栬緫
       this.$nextTick(() => {
         if (title == '缂栬緫瀹㈡埛') {
-          this.getClient()
+          this.getClient(target.id)
           detailById(target.id).then(res => {
             this.form = res
           })
         }
       })
     },
-    getClient() {
+    getClient(customerId) {
       fetchList({
         capacity: 9999,
         page: 1,
-        model: {}
+        model: {customerId}
       }).then(res => {
         this.clientList = res.records
       })

--
Gitblit v1.9.3