From fcde6c52db408d44e8e85696a42e101f4f93b47a Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Thu, 5 Mar 2026 16:52:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A0=94=E5=88=A4=E5=88=86=E6=9E=90=E6=8A=A5?= =?UTF-8?q?=E5=91=8A--=E6=9A=82=E6=97=B6=E8=B6=85=E7=BA=A7=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E6=B5=8B=E8=AF=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/work/Query.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/work/Query.vue b/src/views/work/Query.vue index 22d2588..5dde9e3 100644 --- a/src/views/work/Query.vue +++ b/src/views/work/Query.vue @@ -472,6 +472,7 @@ >数据导出 报告生成
@@ -1091,6 +1092,8 @@ import useCatchStore from "@/stores/modules/catch"; import {computed, watch} from "vue"; import {getListData} from "@/api/superviseReport/superviseReport"; import {ArrowDown, ArrowUp} from "@element-plus/icons-vue"; +import useUserStore from "@/stores/modules/user.ts"; +const userStore = useUserStore(); const catchStore = useCatchStore(); const dict = catchStore.getDicts([ @@ -1223,6 +1226,7 @@ async function handleExport() { const reportGenerationFun = async ()=>{ // await feedback.confirm("请确定生成当前页面数据的报告"); debugger + console.log(userStore.user.userName) const reportDateRange = query.value.reportDateRange; if (!reportDateRange){ feedback.msgError("请选择对应报告时间")