From 5ce38eed96e6bb19725094d2d32ca765c5ec940e Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Fri, 29 Mar 2024 22:01:15 +0800
Subject: [PATCH] client_id 修改,新增认证管理页面

---
 src/api/task/labelReporting.js |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/api/task/labelReporting.js b/src/api/task/labelReporting.js
index bd92914..0b64d5d 100644
--- a/src/api/task/labelReporting.js
+++ b/src/api/task/labelReporting.js
@@ -28,4 +28,14 @@
     method: "post",
     data: row,
   });
+};
+
+export const remove = (ids) => {
+  return request({
+    url: "/api/blade-taskLabelReportingEvent/taskLabelReportingEvent/remove",
+    method: "post",
+    params: {
+      ids
+    },
+  });
 };
\ No newline at end of file

--
Gitblit v1.9.3