From ada23bcece3dc33beb4f7e13f334ce0693c17ca2 Mon Sep 17 00:00:00 2001 From: zhaoxiao Date: Wed, 27 Oct 2021 11:24:27 +0800 Subject: [PATCH] =?UTF-8?q?[bug]=20=E5=AE=A1=E6=A0=B8=E5=B8=A6=E5=87=BA?= =?UTF-8?q?=E4=BA=86=E4=B8=8A=E4=B8=AA=E5=AE=A1=E6=A0=B8=E5=90=88=E5=90=8C?= =?UTF-8?q?=E7=9A=84=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../revenueContract/modules/RevenueContractAduitModule.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/contractManagement/revenueContract/modules/RevenueContractAduitModule.vue b/src/views/contractManagement/revenueContract/modules/RevenueContractAduitModule.vue index 1651af3..5ff0086 100644 --- a/src/views/contractManagement/revenueContract/modules/RevenueContractAduitModule.vue +++ b/src/views/contractManagement/revenueContract/modules/RevenueContractAduitModule.vue @@ -122,6 +122,8 @@ export default { this.close() }, open() { + this.showExplainRemarks = false + this.form.resetFields() let userInfo = Vue.ls.get(USER_INFO) console.log(userInfo) this.model.userName = userInfo.realname @@ -131,6 +133,8 @@ export default { }) }, close() { + this.showExplainRemarks = false + this.form.resetFields() this.visible = false }, /**