Commit c2797cde authored by rencs's avatar rencs

1.19 del

parent 81414428
......@@ -30,6 +30,13 @@ export function delObj(id) {
})
}
export function delObj2(id) {
return fetch({
url: '/api/admin/group/' + id,
method: 'delete'
})
}
export function putObj(id, obj) {
return fetch({
url: '/api/admin/groupType/' + id,
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment