| | |
| | | method: "post", |
| | | url: "/yckj/zijing_sx/Positiomap_usrAction!serchByCondition", |
| | | data: null |
| | | }) |
| | | }) |
| | | } |
| | | |
| | | |
| | |
| | | method: "post", |
| | | url: "/yckj/zijing_sx/CustompageAction!searchAll", |
| | | data: null |
| | | }) |
| | | }) |
| | | } |
| | | |
| | | /** |
| | | * 查询电池告警率 |
| | | * 无参 |
| | | */ |
| | | export const searchAlarm = ()=> { |
| | | return axios({ |
| | | method: "post", |
| | | url: "/yckj/zijing_sx/Battalarm_dataAction!serchAlm", |
| | | data: "bmd.binf.StationName=''" |
| | | }); |
| | | } |
| | | |
| | | /** |
| | | * 查询电池状态 |
| | | * 无参 |
| | | */ |
| | | export const searchBattState = ()=> { |
| | | return axios({ |
| | | method: "post", |
| | | url: "/yckj/zijing_sx/Batt_rtstateAction!serchBattStateRate", |
| | | data: null |
| | | }); |
| | | } |