|
@@ -195,9 +195,10 @@ export default {
|
|
|
this.getZoneMessage(this.zoneParam)
|
|
|
} else {
|
|
|
// 其他分区类型查询表数据接口
|
|
|
- if (localStorage.getItem('otherZone')) {
|
|
|
- this.OtherValue = (localStorage.getItem('otherZone'))
|
|
|
- }
|
|
|
+ // if (localStorage.getItem('otherZone')) {
|
|
|
+ // // this.OtherValue = (localStorage.getItem('otherZone'))
|
|
|
+ // localStorage.removeItem('otherZone')
|
|
|
+ // }
|
|
|
if (this.OtherValue) {
|
|
|
this.zoneParam.ZoneType = this.OtherValue;
|
|
|
this.getZoneMessage(this.zoneParam)
|
|
@@ -827,11 +828,11 @@ export default {
|
|
|
changeOtherZone(val) {
|
|
|
this.zoneParam.ZoneType = val;
|
|
|
this.getZoneMessage(this.zoneParam);
|
|
|
- if (localStorage.getItem('otherZone')) {
|
|
|
- localStorage.setItem('otherZone', val)
|
|
|
- } else {
|
|
|
- localStorage.setItem('otherZone', val)
|
|
|
- }
|
|
|
+ // if (localStorage.getItem('otherZone')) {
|
|
|
+ // localStorage.setItem('otherZone', val)
|
|
|
+ // } else {
|
|
|
+ // localStorage.setItem('otherZone', val)
|
|
|
+ // }
|
|
|
console.log(val)
|
|
|
},
|
|
|
},
|