feat(经理看板): 实现团队战报数据动态展示功能
- 移除manager.js中重复的API函数 - 在TeamReport组件中实现数据绑定和格式化功能 - 在manager.vue中添加数据获取逻辑和参数处理 - 添加数据监听和调试日志
This commit is contained in:
@@ -21,9 +21,6 @@ export const getWeekAddFeeTotal = (params) => {
|
||||
return https.post('/api/v1/manager/week_add_fee_total', params)
|
||||
}
|
||||
// 定金转化率 /api/v1/manager/week_add_fee_total
|
||||
export const getWeekAddFeeTotal = (params) => {
|
||||
return https.post('/api/v1/manager/week_add_fee_total', params)
|
||||
}
|
||||
|
||||
// 团队漏斗 /api/v1/group_funnel/get_group_funnel
|
||||
export const getGroupFunnel = (params) => {
|
||||
|
||||
Reference in New Issue
Block a user