|
@@ -250,24 +250,29 @@ export default {
|
|
if (this.zoneItemID) {
|
|
if (this.zoneItemID) {
|
|
this.zoneParam.Filters = `id="${this.zoneItemID}"`
|
|
this.zoneParam.Filters = `id="${this.zoneItemID}"`
|
|
}
|
|
}
|
|
- if (this.zoneCode != 'OtherZone') {
|
|
|
|
- this.isLoading = true
|
|
|
|
- this.getZoneMessage(this.zoneParam)
|
|
|
|
- } else {
|
|
|
|
|
|
+ this.isLoading = true
|
|
|
|
+ this.getZoneMessage(this.zoneParam)
|
|
|
|
+ /**
|
|
|
|
+ * TODO: 其他分区下已不再划分分区(注释的代码是其他分区下再划分分区的代码)
|
|
|
|
+ */
|
|
|
|
+ // if (this.zoneCode != 'OtherZone') {
|
|
|
|
+ // this.isLoading = true
|
|
|
|
+ // this.getZoneMessage(this.zoneParam)
|
|
|
|
+ // } else {
|
|
// 其他分区类型查询表数据接口
|
|
// 其他分区类型查询表数据接口
|
|
// if (localStorage.getItem('otherZone')) {
|
|
// if (localStorage.getItem('otherZone')) {
|
|
// // this.OtherValue = (localStorage.getItem('otherZone'))
|
|
// // this.OtherValue = (localStorage.getItem('otherZone'))
|
|
// localStorage.removeItem('otherZone')
|
|
// localStorage.removeItem('otherZone')
|
|
// }
|
|
// }
|
|
- if (this.OtherValue) {
|
|
|
|
- this.zoneParam.ZoneType = this.OtherValue;
|
|
|
|
- this.getZoneMessage(this.zoneParam)
|
|
|
|
- } else {
|
|
|
|
- this.main = []
|
|
|
|
- }
|
|
|
|
- this.isLoading = false
|
|
|
|
|
|
+ // if (this.OtherValue) {
|
|
|
|
+ // this.zoneParam.ZoneType = this.OtherValue;
|
|
|
|
+ // this.getZoneMessage(this.zoneParam)
|
|
|
|
+ // } else {
|
|
|
|
+ // this.main = []
|
|
|
|
+ // }
|
|
|
|
+ // this.isLoading = false
|
|
// this.getOtherType();
|
|
// this.getOtherType();
|
|
- }
|
|
|
|
|
|
+ // }
|
|
},
|
|
},
|
|
//查询空间信息
|
|
//查询空间信息
|
|
getZoneMessage(param) {
|
|
getZoneMessage(param) {
|