fix(性能测试): 修复重复引入同一个场景保存报错的问题
--bug=1019697 --user=刘瑞斌 【性能测试】github #19734,保存性能测试提示“项目下该文件已存在”,再次打开再保存又不会提示了 https://www.tapd.cn/55049933/s/1296878 Closes #19734
This commit is contained in:
parent
bda779d0d6
commit
fe667a885d
|
@ -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();
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue