[工作台改版]
This commit is contained in:
@@ -39,9 +39,32 @@ const synthesisCount = () => {
|
||||
})
|
||||
}
|
||||
|
||||
// 获取综法法律咨询单统计
|
||||
const synthesisServices = () => {
|
||||
return request({
|
||||
url : 'synthesis/data/services',
|
||||
data : {
|
||||
channel : 'manage'
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
// 获取综法诉讼委托单统计
|
||||
const synthesisAttorney = () => {
|
||||
return request({
|
||||
url : 'synthesis/data/attorney',
|
||||
data : {
|
||||
channel : 'manage'
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
export {
|
||||
index,
|
||||
rights,
|
||||
sign,
|
||||
synthesisCount
|
||||
synthesisCount,
|
||||
synthesisServices,
|
||||
synthesisAttorney
|
||||
}
|
||||
Reference in New Issue
Block a user