| @@ -41,7 +41,9 @@ | |||
| </div> | |||
| <div class="right_box"> | |||
| <div class="top_row"> | |||
| <span class="name" :title="companyInfo.companyName">{{ companyInfo.companyName }}</span> | |||
| <span class="name" :title="companyInfo.companyName"> | |||
| {{ companyInfo.companyName }} | |||
| </span> | |||
| <div> | |||
| <template | |||
| v-if="canEdit == 1 && companyInfo.claimState.text === '已认领'" | |||
| @@ -308,8 +310,10 @@ export default { | |||
| }); | |||
| }, | |||
| updateData() { | |||
| this.claimDialog = false; | |||
| this.getData(); | |||
| this.$store.dispatch("getUserInfo").then(() => { | |||
| this.claimDialog = false; | |||
| this.getData(); | |||
| }); | |||
| }, | |||
| }, | |||
| //生命周期 - 创建完成(可以访问当前this实例) | |||