refactor(测试跟踪): 功能用例点击保存并继续添加后,保留上次的版本选项
--bug=1025141 --user=陈建星 新增用例,点击保存并继续时保留版本号的选择记录 https://www.tapd.cn/55049933/s/1359860
This commit is contained in:
parent
ef1254c76d
commit
81aa9973c8
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue