zhanghl
2025-04-24 09ff5e259929fc3c9c5c88ba863cafa58983c115
调整钣金计划大表
已修改1个文件
7 ■■■■ 文件已修改
src/views/mainPlan/platePlanList/index.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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();