From 6dd3a78195f604bad6c1ab1dc2e8f7c21a8958ab Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Tue, 9 Jan 2024 09:20:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=84=E9=A1=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/icdConfig/colDialog.vue | 6 +++--- src/views/icdConfig/index.vue | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/views/icdConfig/colDialog.vue b/src/views/icdConfig/colDialog.vue index 24b811f8..ad7ff6bd 100644 --- a/src/views/icdConfig/colDialog.vue +++ b/src/views/icdConfig/colDialog.vue @@ -5,6 +5,7 @@ title="col配置" :visible.sync="colDialogshow" width="1020px" + @close="hide" >
@@ -153,6 +152,7 @@ export default { }, hide() { this.colDialogshow = false; + this.cellIndex = null; }, }, }; diff --git a/src/views/icdConfig/index.vue b/src/views/icdConfig/index.vue index 89189f55..d9b514f5 100644 --- a/src/views/icdConfig/index.vue +++ b/src/views/icdConfig/index.vue @@ -98,6 +98,7 @@ 保存 {}); @@ -296,7 +300,7 @@ export default { duration: 1500, showClose: true, message: "请先配置tableName", - type: "success", + type: "warning", }); // this.handleEditClick(val); } else {