From 81aa9973c8bfb789290ba59c4d5e5d2ca40ea017 Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Thu, 6 Apr 2023 18:06:11 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):?= =?UTF-8?q?=20=E5=8A=9F=E8=83=BD=E7=94=A8=E4=BE=8B=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E5=B9=B6=E7=BB=A7=E7=BB=AD=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=90=8E=EF=BC=8C=E4=BF=9D=E7=95=99=E4=B8=8A=E6=AC=A1=E7=9A=84?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1025141 --user=陈建星 新增用例,点击保存并继续时保留版本号的选择记录 https://www.tapd.cn/55049933/s/1359860 --- .../frontend/src/business/case/components/TestCaseEdit.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/test-track/frontend/src/business/case/components/TestCaseEdit.vue b/test-track/frontend/src/business/case/components/TestCaseEdit.vue index 999cb454ff..b7e5b2f79d 100644 --- a/test-track/frontend/src/business/case/components/TestCaseEdit.vue +++ b/test-track/frontend/src/business/case/components/TestCaseEdit.vue @@ -1244,6 +1244,7 @@ export default { this.close(); if (this.saveType === 2) { // 保存并创建 + this.this.initLatestVersionId = param.versionId; this.resetForm(); this.initEdit(); } else {