diff --git a/src/views/pms/productAttr/index.vue b/src/views/pms/productAttr/index.vue index 1d3e69f..915959b 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() + } } } }