签收,按钮权限

This commit is contained in:
hanchaobo
2024-03-01 10:58:22 +08:00
15 changed files with 435 additions and 150 deletions
+18
View File
@@ -0,0 +1,18 @@
import request from '@/utils/request'
// 调解首页数据
export function todoCount(data) {
return request({
'url': '/caseApplication/todoCount',
method: 'get',
params: data
})
}
// 仲裁调解首页数据
export function toDoCountReferee(data) {
return request({
'url': '/caseApplication/toDoCount',
method: 'get',
params: data
})
}