|
|
@ -27,4 +27,8 @@ export function getApplyDeviceList() { |
|
|
|
// 设备分页列表
|
|
|
|
export function selectAllByParams(params) { |
|
|
|
return http.get('/eam/device-accounts/selectAllByParams',{params}) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
export function getInspectionConfig(params) { |
|
|
|
return http.get('/eam/device-mold-maintenance-config/getListByNumber',{params}) |
|
|
|
} |
|
|
|