Commit a6c4d4d5 authored by 涂伟's avatar 涂伟

fix: '1.新增文件预览组件2.维保配置接口添加'

parent 00a2f69a
Pipeline #70580 waiting for manual action with stages
......@@ -133,6 +133,7 @@
"react-dnd": "latest",
"react-dnd-html5-backend": "latest",
"react-dom": "16.14.0",
"react-file-viewer": "^1.2.1",
"react-grid-layout": "^1.2.5",
"react-helmet": "6.0.0-beta",
"react-html-parser": "^2.0.2",
......
......@@ -9,6 +9,14 @@
import { CITY_SERVICE, get, PUBLISH_SERVICE, post, postForm } from '../index';
// 巡维保计划数据获取
export const GetDeviceConfigList = query =>
get(`${PUBLISH_SERVICE}/WorkOrderCenter/GetDeviceConfigList`, query);
// 巡维保计划数据修改
export const EditDeviceConfig = data =>
post(`${PUBLISH_SERVICE}/WorkOrderCenter/EditDeviceConfig`, data);
// 巡维保设备库列表数据获取
export const CM_XWBPlan_DataList = query =>
get(`${PUBLISH_SERVICE}/WorkOrderCenter/CM_XWBPlan_DataList`, query);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment