From c73d38d71545cea55f5ce0f5a95cb2b3e199a6e6 Mon Sep 17 00:00:00 2001 From: wang-hao-jie <1550036656@qq.com> Date: 星期一, 01 十一月 2021 11:21:53 +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