fix(测试跟踪): 用例新建版本消息提示有误
--bug=1023385 --user=陈建星 【测试跟踪】功能用例新建版本后,版本显示的地方会一直转圈、提示信息也不对 https://www.tapd.cn/55049933/s/1339476
This commit is contained in:
parent
6592c5dda4
commit
3c26b3cac7
|
@ -1498,12 +1498,7 @@ export default {
|
||||||
this.$refs.selectPropDialog.open(row.id);
|
this.$refs.selectPropDialog.open(row.id);
|
||||||
} else {
|
} else {
|
||||||
this.createVersionId = row.id;
|
this.createVersionId = row.id;
|
||||||
this.saveCase(() => {
|
this.saveCase();
|
||||||
if (this.$refs.versionHistory) {
|
|
||||||
this.$refs.versionHistory.loading = false;
|
|
||||||
}
|
|
||||||
this.checkoutByVersionId(row.id);
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.$refs.versionHistory.loading = false;
|
this.$refs.versionHistory.loading = false;
|
||||||
|
|
Loading…
Reference in New Issue