|
@@ -857,9 +857,9 @@ export default {
|
|
|
},
|
|
|
//选择业务空间类型-添加业务空间
|
|
|
changeAddType(val, item, value) {
|
|
|
- if (value.length == 2 && value[1] == "OtherZone") {
|
|
|
+ if (value.length == 2 && value[0] == "OtherZone") {
|
|
|
this.addData.spaceType = val;
|
|
|
- this.addData.otherType = value[1]
|
|
|
+ this.addData.otherType = value[0]
|
|
|
this.addData.spaceName = `其他分区-${item.Name}`;
|
|
|
this.addData.showType = this.showType;
|
|
|
this.addData.buildFloorSelectd = this.buildFloorSelectd;
|