From 7e752b17b9b225951fe2ec608958f7b1f948a674 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 15 一月 2025 17:58:47 +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