From baa03e2f9b1388a673e39cc3f2c1b055b16e513e Mon Sep 17 00:00:00 2001
From: zhangzeli <123456>
Date: 星期一, 01 十一月 2021 09:34:35 +0800
Subject: [PATCH] 设备

---
 src/api/open.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/api/open.js b/src/api/open.js
index 569599a..42d3760 100644
--- a/src/api/open.js
+++ b/src/api/open.js
@@ -95,4 +95,9 @@
 // 鍒犻櫎浜嬫晠淇℃伅
 export const deleteAccident = (params) => {
     return postRequest('/accident/delByIds', params)
+}
+
+// 鏌ヨ璁惧淇℃伅
+export const getEquipment = (params) => {
+    return getRequest('/equipment/getByPage', params)
 }
\ No newline at end of file

--
Gitblit v1.9.1