师傅入驻页面 问题修复
This commit is contained in:
parent
f66125314e
commit
117e80ce29
|
|
@ -70,8 +70,8 @@
|
||||||
this.loadData();
|
this.loadData();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
loadData() {
|
async loadData() {
|
||||||
this.curUserInfo = this.$request.getCurUserNoCache();
|
this.curUserInfo = await this.$request.getCurUserNoCache();
|
||||||
this.loadServAreas();
|
this.loadServAreas();
|
||||||
this.loadServSkills();
|
this.loadServSkills();
|
||||||
this.loadSpecialSkills();
|
this.loadSpecialSkills();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue