From b0e84af3dafe8984b69858c4420b5611c9b58f30 Mon Sep 17 00:00:00 2001 From: CD配唱片 <CD配唱片> Date: 星期四, 24 四月 2025 15:17:00 +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 1986cb3..aa02926 100644 --- a/src/views/mainPlan/platePlanList/index.vue +++ b/src/views/mainPlan/platePlanList/index.vue @@ -374,7 +374,7 @@ // { // ...queryParams.value, // }, - `aps_plate_process_stat_${new Date().getTime()}.xlsx` + `aps_plate_process_shop_stat_${new Date().getTime()}.xlsx` ); } -- Gitblit v1.9.3