Commit 4fb74e8f authored by rencs's avatar rencs

Merge branch 'dev_ren' into 'master'

1.19 del

See merge request !60
parents 32eb9cd7 c2797cde
......@@ -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