fix(性能测试): 修复重复引入同一个场景保存报错的问题

--bug=1019697 --user=刘瑞斌 【性能测试】github #19734,保存性能测试提示“项目下该文件已存在”,再次打开再保存又不会提示了 https://www.tapd.cn/55049933/s/1296878

Closes #19734
This commit is contained in:
CaptainB 2022-11-16 17:26:55 +08:00 committed by 刘瑞斌
parent bda779d0d6
commit fe667a885d
1 changed files with 3 additions and 0 deletions

View File

@ -359,6 +359,9 @@ export default {
this.$router.push({
path: '/performance/test/edit/' + data.data.id,
});
} else {
this.$refs.basicConfig.uploadList = [];
this.getTest(this.test.id);
}
this.getVersionHistory();
})