From f2b3a1169990b575b9dd7c346debb94f4c0f0aeb Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Wed, 23 Nov 2022 21:35:31 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E5=AE=9A=E4=B9=89):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=BB=E5=8A=A1=E4=B8=AD=E5=BF=83=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E6=8A=A5=E5=91=8A=E5=88=86=E6=9E=90=E4=B8=8D=E7=94=9F?= =?UTF-8?q?=E6=95=88=E7=9A=84=E7=BC=BA=E9=99=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1019830 --user=王孝刚 【任务中心】执行测试计划-任务中心-场景测试任务-场景报告-点击分享报告按钮没反应 https://www.tapd.cn/55049933/s/1303519 --- .../business/automation/report/ApiReportViewHeader.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/api-test/frontend/src/business/automation/report/ApiReportViewHeader.vue b/api-test/frontend/src/business/automation/report/ApiReportViewHeader.vue index 3355ab90af..ff89a883dc 100644 --- a/api-test/frontend/src/business/automation/report/ApiReportViewHeader.vue +++ b/api-test/frontend/src/business/automation/report/ApiReportViewHeader.vue @@ -50,10 +50,10 @@

{{ shareUrl }}

{{ @@ -151,7 +151,6 @@ export default { nameIsEdit: false, shareUrl: '', application: {}, - visible: false, }; }, methods: { @@ -209,7 +208,6 @@ export default { this.$router.push('/api/automation/report'); }, handleShare(report) { - this.visible = true; this.getProjectApplication(); let pram = {}; pram.customData = report.id;