@@ -378,6 +378,9 @@ export default {
this.personList.forEach(item => {
this.personListIds.push(item.uId)
})
+ this.formData.warnTargetArr = []
+ this.checkAll = false
+ this.isIndeterminate = true
},
handleCheckAllChange(val) {