工单列表查询电表接口修改
This commit is contained in:
@@ -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