Browse Source

Merge branch 'dataType' of git.sagacloud.cn:web/adm into dataType

zhangyu 3 years ago
parent
commit
9285109b7e
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/views/ledger/spacelist/index.vue

+ 4 - 1
src/views/ledger/spacelist/index.vue

@@ -377,6 +377,9 @@ export default {
     },
     relaSuc() {
       this.init();
+      if (this.buildFloorSelectd.length > 1) {
+        this.changeCascader(this.buildFloorSelectd)
+      }
     },
     // 受影响业务空间确认成功回调
     updateStateSuc() {
@@ -402,7 +405,7 @@ export default {
       handler: function (n) {
         if (n) {
           if (!this.isGetType) {
-            console.log(n,'0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0');
+            console.log(n, '0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0');
             this.changeGraphyOrTable(this.isMyTab)
           }
         }