From 178f8276c4ee4e9aada947f0a2d8422ff6cde51f Mon Sep 17 00:00:00 2001 From: zyn Date: Wed, 11 Oct 2023 17:26:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E6=A0=87=E8=AE=A1=E5=88=92-=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E5=AE=8C=E6=88=90=E5=85=B3=E9=97=AD=E6=A8=A1=E6=80=81?= =?UTF-8?q?=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../enterpriseStandardPlan/components/exportDialog.vue | 4 ++-- .../regulatoryRepository/enterpriseStandardPlan/index.vue | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/regulatoryRepository/enterpriseStandardPlan/components/exportDialog.vue b/src/pages/regulatoryRepository/enterpriseStandardPlan/components/exportDialog.vue index 784f6ec1f..cbe7eb22d 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardPlan/components/exportDialog.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardPlan/components/exportDialog.vue @@ -7,7 +7,7 @@ - 取消 + 取消 提交 @@ -27,7 +27,7 @@ export default { this.exportName = '' this.exportModelFlag = true }, - cancal () { + cancel () { this.exportModelFlag = false }, submit () { diff --git a/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue b/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue index d13763ea2..e1f135847 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue @@ -927,6 +927,7 @@ } query = query.slice(0,-1) window.open('/api/esRevisePlan/es-revise-plan/exportEsRevisePlanInfoExcel' + query) + this.$refs.exportDialogRef.cancel() this.$message({ message: '导出信息成功', type: 'success'