fix:来料检验导出功能报错问题解决
This commit is contained in:
parent
b726af2e5d
commit
45c2dada3d
@ -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`)
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user