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("请选择对应报告时间")