diff --git a/src/views/mes/qc/iqc/iqc.vue b/src/views/mes/qc/iqc/iqc.vue index 0074b69..71c90b6 100644 --- a/src/views/mes/qc/iqc/iqc.vue +++ b/src/views/mes/qc/iqc/iqc.vue @@ -668,7 +668,7 @@ export default { }, /** 导出按钮操作 */ handleExport() { - this.download('qc/iqc/export', { + this.download('mes/qc/iqc/export', { ...this.queryParams }, `iqc_${new Date().getTime()}.xlsx`) },