From ca1cd2144670227da586ad9c8dff81d4ec0d1753 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Fri, 30 May 2025 11:42:01 +0800
Subject: [PATCH] feat:待办事项调整
---
src/views/monitor/log/api.vue | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/views/monitor/log/api.vue b/src/views/monitor/log/api.vue
index cdbce9a..08f7894 100644
--- a/src/views/monitor/log/api.vue
+++ b/src/views/monitor/log/api.vue
@@ -37,8 +37,8 @@
total: 0,
},
option: {
- height: 'auto',
- calcHeight: 32,
+ // height: 'auto',
+ // calcHeight: 32,
tip: false,
searchShow: true,
searchMenuSpan: 6,
@@ -186,7 +186,6 @@
},
onLoad(page, params = {}) {
const { daterange } = this.query;
- console.log(daterange,999)
let values = {
...params,
...this.query,
--
Gitblit v1.9.3