From 34ca2feeea23dae746d41a392c68c228bd23938d Mon Sep 17 00:00:00 2001 From: zhangdahai112 Date: Wed, 16 Feb 2022 20:30:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B5=8B=E8=AF=95=E6=8A=A5=E5=91=8A?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=20=E4=BF=AE=E6=94=B9=E5=AE=8C?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=8A=A5=E5=91=8A=E5=90=8D=E7=A7=B0=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E7=82=B9=E5=87=BB=E5=AF=BC=E5=87=BA=E4=BB=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=B9=8B=E5=89=8D=E7=9A=84=E6=8A=A5=E5=91=8A=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/api/automation/report/ApiReportDetail.vue | 2 +- .../components/api/automation/report/ApiReportViewHeader.vue | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/src/business/components/api/automation/report/ApiReportDetail.vue b/frontend/src/business/components/api/automation/report/ApiReportDetail.vue index 7d298f4128..7b66bbbe79 100644 --- a/frontend/src/business/components/api/automation/report/ApiReportDetail.vue +++ b/frontend/src/business/components/api/automation/report/ApiReportDetail.vue @@ -39,7 +39,7 @@ - diff --git a/frontend/src/business/components/api/automation/report/ApiReportViewHeader.vue b/frontend/src/business/components/api/automation/report/ApiReportViewHeader.vue index 2982a56727..d6cd1411e4 100644 --- a/frontend/src/business/components/api/automation/report/ApiReportViewHeader.vue +++ b/frontend/src/business/components/api/automation/report/ApiReportViewHeader.vue @@ -3,7 +3,7 @@ - + {{ report.name }} @@ -86,6 +86,9 @@ export default { this.nameIsEdit = false; this.$emit('reportSave', name); }, + handleSaveKeyUp($event) { + $event.target.blur(); + }, returnView(){ this.$router.push('/api/automation/report'); }