|
@@ -54,6 +54,9 @@ const queryMyDepartTreeList = (params)=>getAction("/sys/sysDepart/queryMyDeptTre
|
|
|
|
|
|
// 设备故障判断
|
|
|
const checkGuzhang = (params) => putAction('/itdmDevice/itdmDevice/edit1', params)
|
|
|
+// 获取设备下拉列表
|
|
|
+const getDeviceList = (params) => getAction('/itdmDevice/itdmDevice/xialalist', params)
|
|
|
+
|
|
|
|
|
|
//日志管理
|
|
|
const deleteLog = (params)=>deleteAction("/sys/log/delete",params);
|
|
@@ -159,7 +162,8 @@ export {
|
|
|
queryMyDepartTreeList,
|
|
|
getUserNoticeInfo,
|
|
|
getDictItemsFromCache,
|
|
|
- checkGuzhang
|
|
|
+ checkGuzhang,
|
|
|
+ getDeviceList
|
|
|
}
|
|
|
|
|
|
|