按钮权限

This commit is contained in:
hanchaobo
2024-02-06 15:40:38 +08:00
3 changed files with 114 additions and 66 deletions
+8
View File
@@ -128,4 +128,12 @@ export function caseAppSubmit(data) {
method: 'post',
data: data
})
}
/** 根据id查询案件信息 */
export function caseApplicationSelectById(data) {
return request({
url: '/caseApplication/selectById',
method: 'get',
params: data
})
}