From 7a29f062e2e9ea3fe7ecbf937ed7a51461f5299a Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 13 九月 2024 17:01:20 +0800
Subject: [PATCH] ll
---
h5/api/staff.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/h5/api/staff.js b/h5/api/staff.js
index d32ffdc..dd2f307 100644
--- a/h5/api/staff.js
+++ b/h5/api/staff.js
@@ -116,6 +116,14 @@
data
})
}
+// 闅愭偅 娴佺▼鍒楄〃
+export const findListFlowDanger = (data) => {
+ return http({
+ url: 'visitsAdmin/cloudService/business/hiddenDangerLog/findList',
+ method: 'post',
+ data
+ })
+}
// 杞﹁締 鍒楄〃
export const getCarsList = (data) => {
return http({
--
Gitblit v1.9.3