From 8da6f33d33dbf768a6dd5de2fa33fd6fb28cd195 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 27 Jun 2024 17:18:26 +0800
Subject: [PATCH] 代码优化

---
 api/placeExp/placeExp.js |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/api/placeExp/placeExp.js b/api/placeExp/placeExp.js
index d9b6bc8..1f95fda 100644
--- a/api/placeExp/placeExp.js
+++ b/api/placeExp/placeExp.js
@@ -7,6 +7,13 @@
 		params
 	})
 }
+export const getPlacePractitionerPage = (params) => {
+	return http.request({
+		url: 'blade-placePractitioner/placePractitioner/page',
+		method: 'GET',
+		params
+	})
+}
 
 
 
@@ -24,4 +31,22 @@
 		method: 'POST',
 		data
 	})
+}
+
+
+export const getPlaceDetail = (params) => {
+	return http.request({
+		url: '/blade-placeExt/placeExt/getDetail',
+		method: 'GET',
+		params
+	})
+}
+
+//审核场所从业人员
+export const auditPlacePeople = (data) => {
+	return http.request({
+		url: '/blade-placePractitioner/placePractitioner/auditing',
+		method: 'POST',
+		data
+	})
 }
\ No newline at end of file

--
Gitblit v1.9.3