fix(项目设置): 项目信息页面成员数量未刷新
This commit is contained in:
parent
cd6be65a97
commit
e743c5c333
|
@ -146,7 +146,7 @@ export default {
|
|||
return getCurrentProjectID();
|
||||
}
|
||||
},
|
||||
created() {
|
||||
activated() {
|
||||
this.result = this.$get('/project/get/' + this.projectId, res => {
|
||||
this.project = res.data;
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue