fix(项目设置): 项目信息页面成员数量未刷新
This commit is contained in:
parent
6f2a482659
commit
5f0d4a243f
|
@ -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