From ca10059ec6708c0bfd67abcbd0fa2826949c5e3d Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期六, 31 八月 2024 12:24:23 +0800
Subject: [PATCH] 下发页面运维单位工单数查询优化
---
src/api/platform/report.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/api/platform/report.js b/src/api/platform/report.js
index 32f3558..bb6b536 100644
--- a/src/api/platform/report.js
+++ b/src/api/platform/report.js
@@ -58,8 +58,8 @@
// 瀹℃牳
export function audit(data) {
return request({
- url: '/report/auditing/',
- method: 'get',
+ url: '/report/auditing',
+ method: 'post',
data: data
})
}
--
Gitblit v1.8.0