From dfe7dd4c8dfa0e25d525c8ce9e3807d63dc592b5 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 06 Jun 2024 16:10:38 +0800
Subject: [PATCH] 标签保存传入标签名称
---
api/placeExp/placeExp.js | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/api/placeExp/placeExp.js b/api/placeExp/placeExp.js
index d9b6bc8..777c3b6 100644
--- a/api/placeExp/placeExp.js
+++ b/api/placeExp/placeExp.js
@@ -24,4 +24,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