mengy 3 年 前
コミット
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) {