From e52521dc7a3e52cf53e2ab2b4e1c71cfe0b4a10d Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Fri, 15 Aug 2025 16:48:28 +0800
Subject: [PATCH] feat:更换接口

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

diff --git a/src/views/monitor/log/api.vue b/src/views/monitor/log/api.vue
index 159ec99..373d1ff 100644
--- a/src/views/monitor/log/api.vue
+++ b/src/views/monitor/log/api.vue
@@ -128,6 +128,9 @@
                 trigger: 'blur',
               },
             ],
+             change: (value) => {
+               this.searchChange({ ...this.query,daterange:value.value}, () => {});
+          }
           },
           {
             label: '操作时间',

--
Gitblit v1.9.3