批量设置清空弹框

This commit is contained in:
zyx.net
2022-08-23 10:27:29 +08:00
parent 6d476a5f52
commit bcde5fbafc
2 changed files with 2 additions and 0 deletions
@@ -107,6 +107,7 @@ export default {
this.title = this.$t('BatchChangeStatus')
this.selectionRowsArray = val
this.$nextTick(() => {
this.formInline = {}
this.$refs.ruleForm.clearValidate()
})
},
@@ -79,6 +79,7 @@ export default {
this.title = this.$t('BatchMaintenanceProgress')
this.selectionRowsArray = val
this.$nextTick(() => {
this.formInline = {}
this.$refs.ruleForm.clearValidate()
})
},