소스 검색

bug修改

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 378
         this.personList.forEach(item => {
379 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 386
     handleCheckAllChange(val) {