fix:来料检验导出功能报错问题解决

This commit is contained in:
zhangxuanming 2024-12-20 17:00:09 +08:00
parent b726af2e5d
commit 45c2dada3d

View File

@ -668,7 +668,7 @@ export default {
}, },
/** 导出按钮操作 */ /** 导出按钮操作 */
handleExport() { handleExport() {
this.download('qc/iqc/export', { this.download('mes/qc/iqc/export', {
...this.queryParams ...this.queryParams
}, `iqc_${new Date().getTime()}.xlsx`) }, `iqc_${new Date().getTime()}.xlsx`)
}, },