From 9c88094af5207391dc4de75590a45896d4b80615 Mon Sep 17 00:00:00 2001 From: macro Date: Sat, 27 Feb 2021 16:00:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E7=B1=BB=E5=9E=8B=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E9=AA=8C=E8=AF=81=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pms/productAttr/index.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/views/pms/productAttr/index.vue b/src/views/pms/productAttr/index.vue index 1d3e69fbe..915959b83 100644 --- a/src/views/pms/productAttr/index.vue +++ b/src/views/pms/productAttr/index.vue @@ -70,6 +70,7 @@ @@ -194,6 +195,11 @@ return false; } }); + }, + handleClose(){ + if (!this.dialogVisible && this.$refs.productAttrCatForm) { + this.$refs.productAttrCatForm.clearValidate() + } } } }