Merge branch 'material-ui' of http://192.168.0.56:3000/bonus/bonus-ui into material-ui

This commit is contained in:
jjLv 2024-11-29 16:56:37 +08:00
commit 47860e17be
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ export function unitPersonAll(query) {
export function delUnitPerson(unitId) {
return request({
url: '/material/bm_unit_person/' + unitId,
method: 'post'
method: 'delete'
})
}