导粉进粉通过率统计,食谱计划生成优化

This commit is contained in:
xiezhijun
2021-06-08 18:52:13 +08:00
parent bedd258c04
commit 0115dfa36f
16 changed files with 330 additions and 23 deletions

View File

@ -61,5 +61,15 @@ export function getWxByUserId(userId) {
})
}
// 获取通过率
export function getImportFanPassRate(data) {
return request({
url: '/custom/fanStatistics/getImportFanPassRate',
method: 'get',
params: data
})
}