瀏覽代碼

fix

master
王露 2 年之前
父節點
當前提交
9a68280103
共有 1 個文件被更改,包括 7 次插入3 次删除
  1. 7
    3
      digital-park-web/digital-park/src/views/park-enterprises/Detail.vue

+ 7
- 3
digital-park-web/digital-park/src/views/park-enterprises/Detail.vue 查看文件

@@ -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实例)

Loading…
取消
儲存