批量设置清空弹框
This commit is contained in:
@@ -107,6 +107,7 @@ export default {
|
|||||||
this.title = this.$t('BatchChangeStatus')
|
this.title = this.$t('BatchChangeStatus')
|
||||||
this.selectionRowsArray = val
|
this.selectionRowsArray = val
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
|
this.formInline = {}
|
||||||
this.$refs.ruleForm.clearValidate()
|
this.$refs.ruleForm.clearValidate()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -79,6 +79,7 @@ export default {
|
|||||||
this.title = this.$t('BatchMaintenanceProgress')
|
this.title = this.$t('BatchMaintenanceProgress')
|
||||||
this.selectionRowsArray = val
|
this.selectionRowsArray = val
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
|
this.formInline = {}
|
||||||
this.$refs.ruleForm.clearValidate()
|
this.$refs.ruleForm.clearValidate()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user