补充提交:列严发起业务增加判断

This commit is contained in:
zhouxy 2026-01-07 15:32:51 +08:00
parent 675d508634
commit 8e63b4d56e
1 changed files with 11 additions and 0 deletions

View File

@ -612,3 +612,14 @@ export function exportIllegalSearch(data) {
data
})
}
/**
* 判断用户机构是否能发起
*/
export function checkIllegalStart(data) {
return request({
url: '/bizSerIllegal/checkIllegalStart',
method: 'post',
data
})
}