fix(项目设置): 项目信息页面成员数量未刷新

This commit is contained in:
shiziyuan9527 2021-10-27 10:53:47 +08:00 committed by shiziyuan9527
parent 6f2a482659
commit 5f0d4a243f
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ export default {
return getCurrentProjectID();
}
},
created() {
activated() {
this.result = this.$get('/project/get/' + this.projectId, res => {
this.project = res.data;
})