Merge branch 'material-ui' of http://192.168.0.56:3000/bonus/bonus-ui into material-ui
This commit is contained in:
commit
47860e17be
|
|
@ -174,7 +174,7 @@ export function unitPersonAll(query) {
|
||||||
export function delUnitPerson(unitId) {
|
export function delUnitPerson(unitId) {
|
||||||
return request({
|
return request({
|
||||||
url: '/material/bm_unit_person/' + unitId,
|
url: '/material/bm_unit_person/' + unitId,
|
||||||
method: 'post'
|
method: 'delete'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue