From 53f4b2973444148435418a7d86726c20e60c13f1 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Mon, 05 Feb 2024 16:44:07 +0800
Subject: [PATCH] 整改情况审核功能

---
 src/api/publicSecurity/ninePlaceManage.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/api/publicSecurity/ninePlaceManage.js b/src/api/publicSecurity/ninePlaceManage.js
index fdbd666..b73d693 100644
--- a/src/api/publicSecurity/ninePlaceManage.js
+++ b/src/api/publicSecurity/ninePlaceManage.js
@@ -51,4 +51,13 @@
         method: "get",
         params
     })
+}
+
+// 民警审核接口
+export const applyRectification = (data) => {
+    return request({
+        url: "/api/blade-taskPlaceRectification/taskPlaceRectification/applyRectification",
+        method: "post",
+        data
+    })
 }
\ No newline at end of file

--
Gitblit v1.9.3