调整增收赋能数据

This commit is contained in:
唐明明
2023-07-11 10:05:25 +08:00
parent a6dc0901d9
commit 947c12d57a
4 changed files with 22 additions and 15 deletions

View File

@@ -49,7 +49,7 @@ const orderInit = () => {
// 订单列表
const orderList = data => {
return request({
url : "empower/order/index",
url : "empower/manager/order",
data
})
}

View File

@@ -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
}