From 09ff5e259929fc3c9c5c88ba863cafa58983c115 Mon Sep 17 00:00:00 2001
From: zhanghl <253316343@qq.com>
Date: 星期四, 24 四月 2025 16:16:05 +0800
Subject: [PATCH] 调整钣金计划大表
---
src/views/mainPlan/platePlanList/index.vue | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/src/views/mainPlan/platePlanList/index.vue b/src/views/mainPlan/platePlanList/index.vue
index a48996f..9a41267 100644
--- a/src/views/mainPlan/platePlanList/index.vue
+++ b/src/views/mainPlan/platePlanList/index.vue
@@ -371,11 +371,8 @@
/** 瀵煎嚭鎸夐挳鎿嶄綔 */
function handleExport() {
proxy.download(
- "/aps/plateProcessShopStat/export",
- // {
- // ...queryParams.value,
- // },
- `aps_plate_process_shop_stat_${new Date().getTime()}.xlsx`
+ "/aps/plateProcessShopStat/export", {},
+ `aps_plate_process_stat_${new Date().getTime()}.xlsx`
);
}
getList();
--
Gitblit v1.9.3