From d6ade55835a6b832898a341bf5cf89087077b760 Mon Sep 17 00:00:00 2001 From: "382696293@qq.com" <382696293@qq.com> Date: Wed, 28 Feb 2024 12:01:45 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90ID1000459=E3=80=91=E4=BB=AA=E5=99=A8?= =?UTF-8?q?=E7=AE=A1=E7=90=86-=E7=94=A8=E6=88=B7=E4=BB=AA=E5=99=A8?= =?UTF-8?q?=E7=BB=91=E5=AE=9A-=E5=AF=BC=E5=87=BA=E5=85=A8=E9=87=8F?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=EF=BC=8C=E8=AF=A6=E6=83=85=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E8=8C=83=E5=9B=B4=EF=BC=9A=E5=85=A8=E9=83=A8=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E8=AF=A6=E6=83=85=EF=BC=8C=E5=AF=BC=E5=87=BA=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E4=B8=BA=E6=9C=80=E6=96=B0=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flossom-ui/src/views/system/userInstrument/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flossom-ui/src/views/system/userInstrument/index.vue b/flossom-ui/src/views/system/userInstrument/index.vue index d329d50..603ed94 100644 --- a/flossom-ui/src/views/system/userInstrument/index.vue +++ b/flossom-ui/src/views/system/userInstrument/index.vue @@ -753,6 +753,7 @@ export default { this.cancelExportFieldsDialog(); } if (this.batchOperateValue == 2) { + console.log(this.exportFieldList) let exportFields = Object.values(this.exportFieldList).filter(val => val != null); if (exportFields.length == 0) { this.$modal.msgError("请选择导出字段"); @@ -760,6 +761,7 @@ export default { } this.queryParams.userInstrumentIdList = null; this.queryParams.exportFields = exportFields; + this.queryParams.queryString = this.exportFieldsForm.queryString; this.download('/system/userInstrument/batchExport', { ...Object.assign({}, this.queryParams, {exportFields: exportFields}) }, `仪器绑定_${new Date().getTime()}.xlsx`)