mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-05 05:29:29 +08:00
fix(测试跟踪): 用例编辑页切换版本,选择当前版本一直显示加载中
--bug=1025932 --user=陈建星 【测试跟踪】功能用例-存在多的版本的功能用例-切换版本-相同版本切换-一直显示加载转圈 https://www.tapd.cn/55049933/s/1367863
This commit is contained in:
parent
473a4f3875
commit
d6ea9fdb31
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user