From bd42b949807795c581e9193d92834a6187fc10d2 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期二, 15 八月 2023 18:42:59 +0800 Subject: [PATCH] 销售管理模块联调 --- src/views/sales/quotation/index.vue | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/sales/quotation/index.vue b/src/views/sales/quotation/index.vue index 2d5df54..4eff953 100644 --- a/src/views/sales/quotation/index.vue +++ b/src/views/sales/quotation/index.vue @@ -126,7 +126,9 @@ if (!this.isDetail) { this.search_map = {} } else { - this.search_map = { ...this.addConfig } + this.search_map = { + [this.addConfig.id_name]: this.addConfig.client_name + } } this.getData(this.search_map) }, @@ -170,8 +172,8 @@ return { ...item, client_name: item.client.name, - contact_name: item.contact.name - // member_name: item.member.username + contact_name: item.contact.name, + member_name: item.member.username } }) this.tableList.tableInfomation = list || [] -- Gitblit v1.8.0