mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 16:46:43 +08:00
isFrom 由sessionstorage 改为localStorage
This commit is contained in:
@@ -197,7 +197,7 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
this.selectTab()
|
this.selectTab()
|
||||||
if(window.sessionStorage.getItem('isFrom') == 'GBCsale') {
|
if(window.localStorage.getItem('isFrom') == 'GBCsale') {
|
||||||
this.isFrom = 'GBCsale'
|
this.isFrom = 'GBCsale'
|
||||||
that.gbcProjectDetail()
|
that.gbcProjectDetail()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -175,7 +175,7 @@ export default {
|
|||||||
},
|
},
|
||||||
goDetail(data){
|
goDetail(data){
|
||||||
if(data.route == '/sale/list') {
|
if(data.route == '/sale/list') {
|
||||||
window.sessionStorage.setItem('isFrom','GBCsale')
|
window.localStorage.setItem('isFrom','GBCsale')
|
||||||
}
|
}
|
||||||
this.$jump({
|
this.$jump({
|
||||||
flag: 'h5',
|
flag: 'h5',
|
||||||
|
|||||||
@@ -717,7 +717,7 @@
|
|||||||
this.areaValue = '520000'
|
this.areaValue = '520000'
|
||||||
}
|
}
|
||||||
this.areaLists = areaLists
|
this.areaLists = areaLists
|
||||||
if(window.sessionStorage.getItem('isFrom') == 'GBCsale') {
|
if(window.localStorage.getItem('isFrom') == 'GBCsale') {
|
||||||
this.isFrom = 'GBCsale'
|
this.isFrom = 'GBCsale'
|
||||||
this.gbcProjectDetail()
|
this.gbcProjectDetail()
|
||||||
this.getDepartmentByProjectNo()
|
this.getDepartmentByProjectNo()
|
||||||
|
|||||||
Reference in New Issue
Block a user