| | |
| | | // 删除设备参数阈值 |
| | | deleteParamThresholdApi: id => deleteAction('/mdc/mdcEquipmentThreshold/delete', { id }), |
| | | // 删除设备参数阈值 |
| | | deleteBatchParamThresholdApi: ids => deleteAction('/mdc/mdcEquipmentThreshold/deleteBatch', { ids }) |
| | | deleteBatchParamThresholdApi: ids => deleteAction('/mdc/mdcEquipmentThreshold/deleteBatch', { ids }), |
| | | // -------------------------------------OEE页面-------------------------------------------- |
| | | // 计算OEE |
| | | computeOeeApi: params => postAction('/mdc/mdcOeeInfo/computeOee', params), |
| | | // 计算MTBF |
| | | computeMTBFApi: params => postAction('/mdc/mdcDownTime/computeMtbf', params), |
| | | // 计算MTTR |
| | | computeMTTRApi: params => postAction('/mdc/mdcRepairInfo/computeMttr', params) |
| | | } |