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