fix: 维修管理-维修-预报废弹框无法关闭问题

This commit is contained in:
binbin_pan 2024-06-13 16:21:03 +08:00
parent 2e59c9e2c6
commit f8202a87e5
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ export default {
}, },
// //
cancel() { cancel() {
this.$refs.dynamicValidateFormTwo.clearValidate() // this.$refs.dynamicValidateFormTwo.clearValidate()
this.dialogShowFlag = false this.dialogShowFlag = false
this.fileList = [] this.fileList = []
}, },