师傅入驻页面 问题修复

This commit is contained in:
donqi 2022-06-20 09:57:06 +08:00
parent f66125314e
commit 117e80ce29
1 changed files with 2 additions and 2 deletions

View File

@ -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();