From a8e77f3b05d6d96c9bc64f550651b153d8238e88 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期日, 01 九月 2024 21:54:07 +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