From f6ac139bf416f98c3a3d28f6b1d80e4598bd648f Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期日, 29 九月 2024 18:41: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