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();
           }