From ea008989d2864f773ae0329fcd677442dbbb8ea5 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期一, 16 十月 2023 16:58:44 +0800 Subject: [PATCH] bug修复(5215) --- src/views/service/serviceFollowup/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/service/serviceFollowup/index.vue b/src/views/service/serviceFollowup/index.vue index f0cec56..f0265e2 100644 --- a/src/views/service/serviceFollowup/index.vue +++ b/src/views/service/serviceFollowup/index.vue @@ -238,7 +238,7 @@ addBtnClick() { this.editConfig.visible = true this.editConfig.title = "鏂板缓" - this.editConfig.infomation = { ...this.addConfig, client_name: "", contact_name: "", service_number: "" } + this.editConfig.infomation = { ...this.addConfig, client_name: "", contact_name: "" } }, // 缂栬緫 handleClick(row) { -- Gitblit v1.8.0