|
@@ -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)
|
|
|
}
|
|
|
}
|