From 0b6a82dd3e6855716a7e8b0c8009a4c230b2c932 Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Wed, 23 Nov 2022 13:27:57 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92=E5=AE=9A?= =?UTF-8?q?=E6=97=B6=E4=BB=BB=E5=8A=A1=E8=B5=84=E6=BA=90=E6=B1=A0=E6=9C=AA?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=E9=80=89=E6=8B=A9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1019457 --user=赵勇 【接口测试】测试计划-场景用例-执行结果-点击分享报告没反应 https://www.tapd.cn/55049933/s/1301631 --- .../frontend/src/business/plan/components/ScheduleMaintain.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test-track/frontend/src/business/plan/components/ScheduleMaintain.vue b/test-track/frontend/src/business/plan/components/ScheduleMaintain.vue index 288310ce90..36d632a600 100644 --- a/test-track/frontend/src/business/plan/components/ScheduleMaintain.vue +++ b/test-track/frontend/src/business/plan/components/ScheduleMaintain.vue @@ -368,6 +368,9 @@ export default { return param; }, open(row) { + if (this.isHasLicense) { + this.query(); + } this.planId = row.id; //测试计划页面跳转来的 let paramTestId = row.id;