From 328ecfc895f43669b4651bc09ca5c2f7c6f0cba6 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 14 一月 2025 17:53:48 +0800
Subject: [PATCH] 办理的流程图查看回显颜色

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

diff --git a/src/views/index.vue b/src/views/index.vue
index 42b2dd7..513d018 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -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