From e013ed77e1e4870e62bb84a272bdf78f4b8dc761 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 30 七月 2024 17:05:41 +0800
Subject: [PATCH] 数据详情卡片优化

---
 src/api/platform/report.js |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/api/platform/report.js b/src/api/platform/report.js
index 870d1d9..731f5d8 100644
--- a/src/api/platform/report.js
+++ b/src/api/platform/report.js
@@ -36,11 +36,10 @@
 }
 
 // 瀹℃牳鎶ュ
-export function auditing(data) {
+export function auditing(id) {
   return request({
-    url: '/report/auditing',
-    method: 'post',
-    data: data
+    url: '/report/auditing/record/' + id,
+    method: 'get'
   })
 }
 

--
Gitblit v1.8.0