From 74ae9d9453e245a3249ecb832a7202c275ad6ece Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期六, 31 八月 2024 19:24:56 +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