fix:批次统计数据接口声明
This commit is contained in:
parent
2d52ae26c5
commit
048a8976db
|
@ -431,4 +431,10 @@ export default {
|
|||
},
|
||||
},
|
||||
},
|
||||
batchst: {
|
||||
name: "批次统计数据",
|
||||
req: async function (data) {
|
||||
return await http.get(`${config.API_URL}/wpm/batchst/`, data);
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue