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