From 194de0b9304a9b29eae361ca1a2706c8f6e08121 Mon Sep 17 00:00:00 2001 From: miaojiale <1123971748@qq.com> Date: Wed, 28 Jun 2023 13:26:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=95=B0=E6=8D=AE=E6=9C=AA?= =?UTF-8?q?=E6=B8=85=E7=A9=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/audit-detail/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/audit-detail/index.vue b/src/views/audit-detail/index.vue index 3e04aff..1b96dc2 100644 --- a/src/views/audit-detail/index.vue +++ b/src/views/audit-detail/index.vue @@ -515,6 +515,7 @@ export default { this.confirmStatus = false this.editLabelFlag = false this.selectedReason = [] + this.$refs.screen.formList = {} if (this.curBtn != 1) { this.form = { reason: "" } } -- 2.22.0