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