dedsudiyu hace 4 días
padre
commit
8288b4dbf9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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();
           }