fix:批次统计数据接口声明

This commit is contained in:
shijing 2024-12-02 15:31:12 +08:00
parent 2d52ae26c5
commit 048a8976db
1 changed files with 6 additions and 0 deletions

View File

@ -431,4 +431,10 @@ export default {
},
},
},
batchst: {
name: "批次统计数据",
req: async function (data) {
return await http.get(`${config.API_URL}/wpm/batchst/`, data);
},
},
};