Commit d7db9c64 authored by rencs's avatar rencs

Merge branch 'dev_ren' into 'dev'

1.19 del

See merge request !61
parents 95ec09fb c2797cde
...@@ -30,6 +30,13 @@ export function delObj(id) { ...@@ -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) { export function putObj(id, obj) {
return fetch({ return fetch({
url: '/api/admin/groupType/' + id, 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