From 2cf2125ae1fc6dc89dc0f35a960e1e45c63ae181 Mon Sep 17 00:00:00 2001
From: rjg <746338628@qq.com>
Date: Wed, 16 Apr 2025 17:57:31 +0800
Subject: [PATCH] 优化工单
---
src/views/monitor/log/api.vue | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/views/monitor/log/api.vue b/src/views/monitor/log/api.vue
index cdbce9a..f2399ea 100644
--- a/src/views/monitor/log/api.vue
+++ b/src/views/monitor/log/api.vue
@@ -186,7 +186,6 @@
},
onLoad(page, params = {}) {
const { daterange } = this.query;
- console.log(daterange,999)
let values = {
...params,
...this.query,
--
Gitblit v1.9.3