From b2e8e233d59d107615a8336dce9da36f1f8bcde0 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期二, 03 十二月 2024 16:46:47 +0800 Subject: [PATCH] ll --- 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