From f96dfe39b3a4bc37b983f0b3da31f4c14b7490ec Mon Sep 17 00:00:00 2001 From: A0010407 Date: Thu, 17 Aug 2023 14:56:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=A5=E8=89=BA=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E6=89=80=E6=9C=89=E5=AF=BC=E5=87=BA=EF=BC=8C=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E6=9C=8D=E5=8A=A1=E6=89=BE=E4=B8=8D=E5=88=B0=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/technology/process/content.vue | 2 +- src/views/technology/process/index.vue | 2 +- src/views/technology/proroute/index.vue | 2 +- src/views/technology/proroute/routeprocess.vue | 2 +- src/views/technology/recipe/content.vue | 2 +- src/views/technology/recipe/index.vue | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/technology/process/content.vue b/src/views/technology/process/content.vue index d26dcdf..157fe11 100644 --- a/src/views/technology/process/content.vue +++ b/src/views/technology/process/content.vue @@ -330,7 +330,7 @@ export default { }, /** 导出按钮操作 */ handleExport() { - this.download('mes/pro/processcontent/export', { + this.download('technology/pro/processcontent/export', { ...this.queryParams }, `processcontent_${new Date().getTime()}.xlsx`) } diff --git a/src/views/technology/process/index.vue b/src/views/technology/process/index.vue index 1cb135f..9a2d613 100644 --- a/src/views/technology/process/index.vue +++ b/src/views/technology/process/index.vue @@ -677,7 +677,7 @@ export default { }, /** 导出按钮操作 */ handleExport() { - this.download('mes/pro/process/export', { + this.download('technology/pro/process/export', { ...this.queryParams }, `process_${new Date().getTime()}.xlsx`) }, diff --git a/src/views/technology/proroute/index.vue b/src/views/technology/proroute/index.vue index a6f580f..3f02374 100644 --- a/src/views/technology/proroute/index.vue +++ b/src/views/technology/proroute/index.vue @@ -528,7 +528,7 @@ export default { }, /** 导出按钮操作 */ handleExport() { - this.download('pro/proroute/export', { + this.download('technology/pro/proroute/export', { ...this.queryParams }, `proroute_${new Date().getTime()}.xlsx`) }, diff --git a/src/views/technology/proroute/routeprocess.vue b/src/views/technology/proroute/routeprocess.vue index d68e740..f0cc18c 100644 --- a/src/views/technology/proroute/routeprocess.vue +++ b/src/views/technology/proroute/routeprocess.vue @@ -314,7 +314,7 @@ export default { }, /** 导出按钮操作 */ handleExport() { - this.download('mes/pro/routeprocess/export', { + this.download('technology/pro/routeprocess/export', { ...this.queryParams }, `routeprocess_${new Date().getTime()}.xlsx`) } diff --git a/src/views/technology/recipe/content.vue b/src/views/technology/recipe/content.vue index e75c123..3138502 100644 --- a/src/views/technology/recipe/content.vue +++ b/src/views/technology/recipe/content.vue @@ -311,7 +311,7 @@ export default { }, /** 导出按钮操作 */ handleExport() { - this.download('mes/pro/recipecontent/export', { + this.download('technology/pro/recipecontent/export', { ...this.queryParams }, `recipecontent_${new Date().getTime()}.xlsx`) } diff --git a/src/views/technology/recipe/index.vue b/src/views/technology/recipe/index.vue index 284906b..95e82a9 100644 --- a/src/views/technology/recipe/index.vue +++ b/src/views/technology/recipe/index.vue @@ -390,7 +390,7 @@ export default { }, /** 导出按钮操作 */ handleExport() { - this.download('mes/pro/recipe/export', { + this.download('technology/pro/recipe/export', { ...this.queryParams }, `recipe_${new Date().getTime()}.xlsx`) },