|
@@ -323,8 +323,9 @@ export default {
|
|
|
//成功删除业务空间
|
|
|
delSuccess() {
|
|
|
this.floor.details = false;
|
|
|
- this.$refs["graphy" + this.activeName][0].getHasSpace();
|
|
|
- this.$refs["graphy" + this.activeName][0].clearDimension();
|
|
|
+ this.$refs["graphy" + this.activeName][0].getData(this.buildMess.map, this.buildMess, this.activeTabType);
|
|
|
+ // this.$refs["graphy" + this.activeName][0].getHasSpace();
|
|
|
+ // this.$refs["graphy" + this.activeName][0].clearDimension();
|
|
|
},
|
|
|
close() {
|
|
|
this.buildMess = this.changeBuildMess(this.buildMess, this.options)
|