enp新增接口
This commit is contained in:
parent
a914d61e8a
commit
488e74ccf0
|
@ -43,6 +43,15 @@ export default {
|
|||
return await http.delete(
|
||||
`${config.API_URL}/enp/drain/${id}/`);
|
||||
}
|
||||
},
|
||||
countcate: {
|
||||
name: "排口/污染源分类数量",
|
||||
req: async function (data) {
|
||||
return await http.get(
|
||||
`${config.API_URL}/enp/drain/count_cate/`,
|
||||
data
|
||||
);
|
||||
}
|
||||
}
|
||||
},
|
||||
// 排口/设备关系
|
||||
|
|
Loading…
Reference in New Issue