mengy преди 5 години
родител
ревизия
ef16fff3d4
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      shanXiPlatform/src/views/systemManagement/earlyWarningManagement/addEarlyWarningManagement.vue

+ 3 - 0
shanXiPlatform/src/views/systemManagement/earlyWarningManagement/addEarlyWarningManagement.vue

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