refactor(测试跟踪): 功能用例点击保存并继续添加后,保留上次的版本选项

--bug=1025141 --user=陈建星 新增用例,点击保存并继续时保留版本号的选择记录 https://www.tapd.cn/55049933/s/1359860
This commit is contained in:
chenjianxing 2023-04-06 18:06:11 +08:00 committed by jianxing
parent ef1254c76d
commit 81aa9973c8
1 changed files with 1 additions and 0 deletions

View File

@ -1244,6 +1244,7 @@ export default {
this.close(); this.close();
if (this.saveType === 2) { if (this.saveType === 2) {
// //
this.this.initLatestVersionId = param.versionId;
this.resetForm(); this.resetForm();
this.initEdit(); this.initEdit();
} else { } else {