From d6532fe5084c1a67cc24f93bd08cd98790b3f794 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期二, 17 十月 2023 11:02:10 +0800 Subject: [PATCH] 线索,联系人,客户 表单提示不及时的问题 --- src/views/sales/refundForm/AddRefundFormDialog.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/views/sales/refundForm/AddRefundFormDialog.vue b/src/views/sales/refundForm/AddRefundFormDialog.vue index 1211ce1..0402e2c 100644 --- a/src/views/sales/refundForm/AddRefundFormDialog.vue +++ b/src/views/sales/refundForm/AddRefundFormDialog.vue @@ -374,7 +374,8 @@ editSelCommonConfig: { editVisible: false, title: "", - infomation: {} + infomation: {}, + clientId:"" }, clientId: this.editCommonConfig.infomation.client_id, sourceId: this.editCommonConfig.infomation.sourceId, @@ -515,6 +516,7 @@ async handleSelectClient(value, item) { if (value === "client") { this.clientId = item.id + this.editSelCommonConfig.clientId=item.id console.log("瀹㈡埛鍚嶇О",this.clientId,value,item) await getSalesReturnList({ clientId:this.clientId -- Gitblit v1.8.0