whychdw
2020-08-25 eb96f5d37d37cc373d8e0fcf3bae44a38ed009cc
接口提交
1个文件已修改
28 ■■■■■ 已修改文件
src/assets/js/api.js 28 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/js/api.js
@@ -225,7 +225,7 @@
        method: "post",
        url: "/yckj/zijing_sx/Positiomap_usrAction!serchByCondition",
        data: null
})
    })
}
@@ -238,5 +238,29 @@
        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
    });
}