|
@@ -550,7 +550,9 @@
|
|
|
element.wallMoveValue = "[0,0,0,0]"
|
|
|
this.spaceList.push(element);
|
|
|
this.wallIds.push(element.wallId);
|
|
|
- this.wallList.push(JSON.parse(element.wallList));
|
|
|
+ if(element.wallList){
|
|
|
+ this.wallList.push(JSON.parse(element.wallList));
|
|
|
+ }
|
|
|
if(element.isSelected){ // 默认选中空间
|
|
|
this.curSpaceObj = element;
|
|
|
}
|