[工作台改版]

This commit is contained in:
2023-06-28 13:56:36 +08:00
parent 7c56feee3f
commit c79903ac51
17 changed files with 2248 additions and 379 deletions

View File

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