From 4faaa50ff4a44a07949f82271170bec1d9a9e8ef Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期三, 11 十月 2023 16:06:23 +0800 Subject: [PATCH] Merge branch 'dev' of http://192.168.5.5:10010/r/web/crm-web into wn --- src/views/client/salesLead/index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/client/salesLead/index.vue b/src/views/client/salesLead/index.vue index 7da5f86..3d952f0 100644 --- a/src/views/client/salesLead/index.vue +++ b/src/views/client/salesLead/index.vue @@ -226,9 +226,10 @@ }, // 璺熻繘 followupClick(row) { - this.editConfig.visible = true this.editConfig.title = "鏂板缓" this.editConfig.infomation = { sales_leads_name: row.name } + + this.editConfig.visible = true }, // 瀵煎叆 importClitk() { -- Gitblit v1.8.0