From 0036ad8db72543eb04874962403bca7582a84e9f Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 03 十二月 2024 19:03:48 +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