From 45c2dada3d8f9bcdf289c207439bbe4983035638 Mon Sep 17 00:00:00 2001 From: zhangxuanming <2260476558@qq.com> Date: Fri, 20 Dec 2024 17:00:09 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=9D=A5=E6=96=99=E6=A3=80?= =?UTF-8?q?=E9=AA=8C=E5=AF=BC=E5=87=BA=E5=8A=9F=E8=83=BD=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/qc/iqc/iqc.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`) },