From f92c4c5b4961830c607018561d19142c5d777e1e Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期一, 27 七月 2026 12:29:34 +0800
Subject: [PATCH] 审批页面查询条件格式修改
---
src/api/monitor/jobLog.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/api/monitor/jobLog.js b/src/api/monitor/jobLog.js
index be1fffd..fcb30e3 100644
--- a/src/api/monitor/jobLog.js
+++ b/src/api/monitor/jobLog.js
@@ -12,8 +12,8 @@
// 鍒犻櫎璋冨害鏃ュ織
export function delJobLog(jobLogId) {
return request({
- url: '/monitor/jobLog/' + jobLogId,
- method: 'delete'
+ url: '/monitor/jobLog/remove/' + jobLogId,
+ method: 'get'
})
}
@@ -21,7 +21,7 @@
export function cleanJobLog() {
return request({
url: '/monitor/jobLog/clean',
- method: 'delete'
+ method: 'get'
})
}
--
Gitblit v1.9.3