调整增收赋能数据
This commit is contained in:
@@ -59,6 +59,12 @@ const synthesisAttorney = () => {
|
||||
})
|
||||
}
|
||||
|
||||
// 增收赋能单数据统计
|
||||
const empowerStatistics = () =>{
|
||||
return request({
|
||||
url : 'empower/manager/index'
|
||||
})
|
||||
}
|
||||
|
||||
export {
|
||||
index,
|
||||
@@ -66,5 +72,6 @@ export {
|
||||
sign,
|
||||
synthesisCount,
|
||||
synthesisServices,
|
||||
synthesisAttorney
|
||||
synthesisAttorney,
|
||||
empowerStatistics
|
||||
}
|
||||
Reference in New Issue
Block a user