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'