王露 2年前
コミット
4628691c95
1個のファイルの変更7行の追加7行の削除
  1. 7
    7
      digital-park-web/digital-park/src/views/park-enterprises/Detail.vue

+ 7
- 7
digital-park-web/digital-park/src/views/park-enterprises/Detail.vue ファイルの表示

@@ -310,17 +310,17 @@ export default {
});
},
updateData() {
this.$store.dispatch("getUserInfo").then(() => {
this.claimDialog = false;
this.getData();
});
this.claimDialog = false;
this.getData();
},
},
//生命周期 - 创建完成(可以访问当前this实例)
created() {
this.canEdit = this.$route.query.canEdit;
this.companyId = this.$route.query.companyId;
this.getData();
this.$store.dispatch("getUserInfo").then(() => {
this.canEdit = this.$route.query.canEdit;
this.companyId = this.$route.query.companyId;
this.getData();
});
},
//生命周期 - 挂载完成(可以访问DOM元素)
mounted() {

読み込み中…
キャンセル
保存