导入抄表记录完成电表列表部分(未调试)
This commit is contained in:
7
service/workBench.js
Normal file
7
service/workBench.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import apis from '../utils/request';
|
||||
const { GET, POST, PUT, DELETE } = apis
|
||||
|
||||
// 检索园区路线列表
|
||||
export const getMeterReadingRouteList = async function(keyword) {
|
||||
return await GET(`/park/route/list?keyword=${keyword}`);
|
||||
}
|
Reference in New Issue
Block a user