From f8202a87e5e5600808f931ed5faa4d97bff27837 Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Thu, 13 Jun 2024 16:21:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=B4=E4=BF=AE=E7=AE=A1=E7=90=86-?= =?UTF-8?q?=E7=BB=B4=E4=BF=AE-=E9=A2=84=E6=8A=A5=E5=BA=9F=E5=BC=B9?= =?UTF-8?q?=E6=A1=86=E6=97=A0=E6=B3=95=E5=85=B3=E9=97=AD=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/repairTest/repair/dialogThreeForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgzb-ui/src/views/repairTest/repair/dialogThreeForm.vue b/sgzb-ui/src/views/repairTest/repair/dialogThreeForm.vue index c4fe9b9d..1da560cc 100644 --- a/sgzb-ui/src/views/repairTest/repair/dialogThreeForm.vue +++ b/sgzb-ui/src/views/repairTest/repair/dialogThreeForm.vue @@ -363,7 +363,7 @@ export default { }, // 取消按钮 cancel() { - this.$refs.dynamicValidateFormTwo.clearValidate() + // this.$refs.dynamicValidateFormTwo.clearValidate() this.dialogShowFlag = false this.fileList = [] },