From 4e0a7bafec1785ce7158733762d2904e3fba7d57 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期三, 08 十一月 2023 18:49:26 +0800 Subject: [PATCH] 产品信息库存信息制造信息接口联调 --- src/views/client/client/DetailClientManage.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/client/client/DetailClientManage.vue b/src/views/client/client/DetailClientManage.vue index 3184063..2b89beb 100644 --- a/src/views/client/client/DetailClientManage.vue +++ b/src/views/client/client/DetailClientManage.vue @@ -269,7 +269,7 @@ this.getContactList() this.setData(this.detailConfig.infomation) this.addConfig = { - id_name: "client_name", + id_name: "client_id", keywordType: "瀹㈡埛鍚嶇О", keyword: this.detailConfig.infomation.name, id: this.detailConfig.infomation.id, @@ -278,7 +278,8 @@ contact_name: this.detailConfig.infomation.contact_name, client_status_id: this.detailConfig.infomation.client_status_id, client_id: this.detailConfig.infomation.id, - contact_id: this.detailConfig.infomation.contact_id + contact_id: this.detailConfig.infomation.contact_id, + sourceType:1, } }, mounted() {}, -- Gitblit v1.8.0