From 2e54592b7adf069f6ddfc9348c6daf9612f34f79 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期五, 13 十月 2023 11:33:44 +0800 Subject: [PATCH] 新建弹窗详情页打开时不能输入问题修复 --- src/views/client/contacts/index.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/client/contacts/index.vue b/src/views/client/contacts/index.vue index af6ace0..b00fe4d 100644 --- a/src/views/client/contacts/index.vue +++ b/src/views/client/contacts/index.vue @@ -296,13 +296,14 @@ // 璺熻繘 followupClick(row) { console.log(row) - this.editFollowupConfig.visible = true this.editFollowupConfig.title = "鏂板缓" this.editFollowupConfig.infomation = { ...row, client_name: row.Client.name, - number: "" + number: "", + codeStandID:'' } + this.editFollowupConfig.visible = true } } } -- Gitblit v1.8.0