fix(测试跟踪): 用例编辑页切换版本,选择当前版本一直显示加载中

--bug=1025932 --user=陈建星 【测试跟踪】功能用例-存在多的版本的功能用例-切换版本-相同版本切换-一直显示加载转圈 https://www.tapd.cn/55049933/s/1367863
This commit is contained in:
chenjianxing 2023-04-28 10:58:11 +08:00 committed by jianxing
parent 473a4f3875
commit d6ea9fdb31

View File

@ -285,7 +285,7 @@ export default {
},
checkout(row) {
let versionCase = this.caseVersionMap.get(row.id);
if (!versionCase) {
if (!versionCase || this.currentVersionId === row.id) {
return;
}
this.loading = true;