|
@@ -193,7 +193,8 @@ export default {
|
|
|
this.flag = JSON.parse(sessionStorage.getItem('flag'))
|
|
|
this.userids[0] = this.type[0].userid
|
|
|
this.getDataOverview()
|
|
|
- if (this.flag != '1'){
|
|
|
+ console.log(this.flag,'flag')
|
|
|
+ if (this.flag != '1' && this.flag != '2'){
|
|
|
this.queryAccount()
|
|
|
}
|
|
|
},
|