师傅入驻页面 问题修复

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();
},
methods: {
loadData() {
this.curUserInfo = this.$request.getCurUserNoCache();
async loadData() {
this.curUserInfo = await this.$request.getCurUserNoCache();
this.loadServAreas();
this.loadServSkills();
this.loadSpecialSkills();