From 90660a13752f2e5b2c778bb1d7c9e6915346dbde Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期二, 17 十月 2023 12:00:01 +0800 Subject: [PATCH] 编码的校验问题 --- src/views/client/client/DetailClientManage.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/client/client/DetailClientManage.vue b/src/views/client/client/DetailClientManage.vue index 3184063..5f31ccf 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, -- Gitblit v1.8.0