工单列表查询电表接口修改
This commit is contained in:
@@ -83,4 +83,9 @@ export const uninstallMeter = async function(data) {
|
||||
// 获取商户下的电表,后台
|
||||
export const getCollectorList = async function(keyword) {
|
||||
return await GET(`/collector/list?collectorAddress=${replaceSpecialIcon(keyword)}`);
|
||||
}
|
||||
|
||||
// 微信工单列表查询所有电表
|
||||
export const getWorkOrderAllMeter = async function({ keyword, park, page = 1, size = 20 }) {
|
||||
return await GET(`/vx/getAllMeter?keyword=${replaceSpecialIcon(keyword)}&pid=${park}&page=${page}&size=${size}`,);
|
||||
}
|
||||
@@ -63,7 +63,8 @@ export const doNoticeFlow = async function(id) {
|
||||
return await PUT(`/noticeFlow/${id}/meter/dispose`,);
|
||||
}
|
||||
|
||||
// 确认当前流程
|
||||
// 当前流程详情
|
||||
export const getNoticeFlowDetail = async function(id) {
|
||||
return await GET(`/noticeFlow/${id}/detail`,);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user