From 2ca94de8ede18ac07ccfd8dec7b6f6a707adde9b Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Mon, 01 Sep 2025 11:20:24 +0800
Subject: [PATCH] Merge branch 'refs/heads/feature/v5.0/5.0.5' into patch_management

---
 src/views/monitor/log/api.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/views/monitor/log/api.vue b/src/views/monitor/log/api.vue
index a8e6a22..373d1ff 100644
--- a/src/views/monitor/log/api.vue
+++ b/src/views/monitor/log/api.vue
@@ -40,7 +40,7 @@
         dialogType: 'drawer',
 
         height: 'auto',
-        calcHeight: 0,
+        calcHeight: 20,
 
         column: [
           {
@@ -128,6 +128,9 @@
                 trigger: 'blur',
               },
             ],
+             change: (value) => {
+               this.searchChange({ ...this.query,daterange:value.value}, () => {});
+          }
           },
           {
             label: '操作时间',

--
Gitblit v1.9.3