fix:batches_to接口声明
This commit is contained in:
parent
9cbfddf8ec
commit
5e108a568f
|
|
@ -545,6 +545,12 @@ export default {
|
||||||
return await http.post(`${config.API_URL}/wpm/batchlog/dag/`, data);
|
return await http.post(`${config.API_URL}/wpm/batchlog/dag/`, data);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
batchesTo:{
|
||||||
|
name: "获取已指向的批次号",
|
||||||
|
req: async function (data) {
|
||||||
|
return await http.post(`${config.API_URL}/wpm/batchlog/batches_to/`, data);
|
||||||
|
},
|
||||||
|
}
|
||||||
},
|
},
|
||||||
batchst: {
|
batchst: {
|
||||||
name: "批次统计数据",
|
name: "批次统计数据",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue