From d0a6b214561ec97c175c7d2b4db91440f28a1116 Mon Sep 17 00:00:00 2001 From: haha Date: Wed, 1 Jan 2025 00:11:05 +0800 Subject: [PATCH] update code --- src/layout/components/NavBar/components/NavbarRight.vue | 2 +- src/layout/components/NavBar/components/NavbarRight2.vue | 2 +- src/views/simulationEvaluation/reportList.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/layout/components/NavBar/components/NavbarRight.vue b/src/layout/components/NavBar/components/NavbarRight.vue index 077a53d..2bf7784 100644 --- a/src/layout/components/NavBar/components/NavbarRight.vue +++ b/src/layout/components/NavBar/components/NavbarRight.vue @@ -14,7 +14,7 @@ style="font-weight: bold;font-size: 28px;margin-left: auto;margin-right: auto;">算法测试验证软件平台
- +
diff --git a/src/layout/components/NavBar/components/NavbarRight2.vue b/src/layout/components/NavBar/components/NavbarRight2.vue index 834fed2..31154f3 100644 --- a/src/layout/components/NavBar/components/NavbarRight2.vue +++ b/src/layout/components/NavBar/components/NavbarRight2.vue @@ -14,7 +14,7 @@ style="font-weight: bold;font-size: 28px;margin-left: auto;margin-right: auto;">算法测试验证软件平台
- +
diff --git a/src/views/simulationEvaluation/reportList.vue b/src/views/simulationEvaluation/reportList.vue index 03bf2f6..dba1fe4 100644 --- a/src/views/simulationEvaluation/reportList.vue +++ b/src/views/simulationEvaluation/reportList.vue @@ -48,7 +48,7 @@ import ReportApi from '@/api/report' const queryFormRef = ref(ElForm); // 查询表单 const router = useRouter(); const loading = ref(false); // 加载状态 -const queryParams = reactive({ +let queryParams = reactive({ pageNum: 1, pageSize: 10, keywords: '',