Merge branch '0.8.X' of https://gitee.com/hdka/klp-oa into 0.8.X

This commit is contained in:
砂糖
2025-07-31 11:43:36 +08:00
22 changed files with 145 additions and 166 deletions

View File

@@ -357,7 +357,7 @@
},
/** 导出按钮操作 */
handleExport() {
this.download('klp/schedulePlan/export', {
this.download('wms/schedulePlan/export', {
...this.queryParams
}, `schedulePlan_${new Date().getTime()}.xlsx`)
},