fix(性能测试): 修复新建项目后修改已存在的测试所属项目的时候项目列表未更新的问题
This commit is contained in:
parent
07c108f85a
commit
8b2fdaad7c
|
@ -125,6 +125,8 @@ export default {
|
|||
this.isReadOnly = true;
|
||||
}
|
||||
this.getTest(this.$route.params.testId);
|
||||
},
|
||||
activated() {
|
||||
this.listProjects();
|
||||
},
|
||||
mounted() {
|
||||
|
|
Loading…
Reference in New Issue