调整增收赋能数据
This commit is contained in:
@@ -49,7 +49,7 @@ const orderInit = () => {
|
||||
// 订单列表
|
||||
const orderList = data => {
|
||||
return request({
|
||||
url : "empower/order/index",
|
||||
url : "empower/manager/order",
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
@@ -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