From 02814831821b12b288ac07d6f9b1adcad4a155ab Mon Sep 17 00:00:00 2001 From: CD配唱片 <CD配唱片> Date: 星期日, 27 四月 2025 15:24:33 +0800 Subject: [PATCH] 提交标准工序分页 --- src/views/mainPlan/platePlanList/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/mainPlan/platePlanList/index.vue b/src/views/mainPlan/platePlanList/index.vue index 18d7cb6..9ee02a0 100644 --- a/src/views/mainPlan/platePlanList/index.vue +++ b/src/views/mainPlan/platePlanList/index.vue @@ -416,7 +416,7 @@ proxy.download( "/aps/plateProcessShopStat/export", {}, - `aps_plate_process_stat_${new Date().getTime()}.xlsx` + `aps_plate_plan_list_${new Date().getTime()}.xlsx` ); } getList(); -- Gitblit v1.9.3