1基础管理人员配置权限功能修改

This commit is contained in:
bonus 2024-11-29 14:11:03 +08:00
parent 9263107c7c
commit 40eedf86ef
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'
})
}