fix(性能测试): 修复新建项目后修改已存在的测试所属项目的时候项目列表未更新的问题

This commit is contained in:
shiziyuan9527 2020-10-19 18:07:38 +08:00
parent 07c108f85a
commit 8b2fdaad7c
1 changed files with 2 additions and 0 deletions

View File

@ -125,6 +125,8 @@ export default {
this.isReadOnly = true;
}
this.getTest(this.$route.params.testId);
},
activated() {
this.listProjects();
},
mounted() {