dedsudiyu 4 일 전
부모
커밋
8288b4dbf9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/SecurityMonitor.vue

+ 1 - 0
src/components/SecurityMonitor.vue

@@ -536,6 +536,7 @@ export default {
           if(res.data.effective){
             this.$set(this,'checkButton',1);
           }else{
+            this.$set(this,'checkButton',2);
             this.getMonitorTree();
             this.getDeptDropList();
           }