From 3b7800d98259fc090566c43ed42d835d3e3ae740 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 15 一月 2025 16:37:56 +0800
Subject: [PATCH] 办理、查看详情页面优化

---
 src/views/index.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/views/index.vue b/src/views/index.vue
index 42b2dd7..014312b 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -79,7 +79,7 @@
                 :countExceptionProjectData="countExceptionProjectData"
             />
         </div>
-        <!-- 浠e姙浜嬮」 -->
+        <!-- 寰呭姙浜嬮」 -->
         <div class="flex">
             <div class="flex_card">
                 <el-card>
@@ -208,7 +208,6 @@
             this.queryParams.endTime = this.timeMerge[1];
         },
         handleQuery() {
-            console.log(this.queryParams);
             const obj = {
                 startDate: this.queryParams.startTime,
                 endDate: this.queryParams.endTime,

--
Gitblit v1.8.0