添加生成裁决书字段,首页角标

This commit is contained in:
fz
2023-10-18 08:50:17 +08:00
parent 08b506c6b2
commit 035a1d6b10
8 changed files with 721 additions and 1124 deletions
+8
View File
@@ -0,0 +1,8 @@
import request from '@/utils/request'
// 待办数量查询
export function toDoCount() {
return request({
url: '/caseApplication/toDoCount',
method: 'get'
})
}