fix(测试跟踪): 用例新建版本消息提示有误

--bug=1023385 --user=陈建星 【测试跟踪】功能用例新建版本后,版本显示的地方会一直转圈、提示信息也不对 https://www.tapd.cn/55049933/s/1339476
This commit is contained in:
chenjianxing 2023-02-21 13:45:01 +08:00 committed by jianxing
parent 393105063b
commit 583d9ef174
1 changed files with 1 additions and 6 deletions

View File

@ -1498,12 +1498,7 @@ export default {
this.$refs.selectPropDialog.open(row.id);
} else {
this.createVersionId = row.id;
this.saveCase(() => {
if (this.$refs.versionHistory) {
this.$refs.versionHistory.loading = false;
}
this.checkoutByVersionId(row.id);
});
this.saveCase();
}
} else {
this.$refs.versionHistory.loading = false;