dedsudiyu il y a 4 jours
Parent
commit
8288b4dbf9
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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();
           }