fix:batches_to接口声明

This commit is contained in:
shijing 2025-05-30 10:47:36 +08:00
parent 9cbfddf8ec
commit 5e108a568f
1 changed files with 6 additions and 0 deletions

View File

@ -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: "批次统计数据",