暂存工作台修改
This commit is contained in:
@@ -14,4 +14,9 @@ export const getMeterDetail = async function({ tenement, id }) {
|
||||
// 获取某一商户的电表列表
|
||||
export const getTenementMeterList = async function(tid) {
|
||||
return await GET(`/wx/getMeterList/${tid}`);
|
||||
}
|
||||
|
||||
// 获取某一园区下的电表列表
|
||||
export const getParkMeterList = async function({park = "", keyword = ""}) {
|
||||
return await GET(`/equipment/getOperateMeterList?page=1&park=${park}&keyword=${keyword}`);
|
||||
}
|
Reference in New Issue
Block a user