Commit c72e0672 authored by 秦嘉's avatar 秦嘉

解除隔离人员

parent a1f55554
...@@ -42,3 +42,11 @@ export function delJcglry(id) { ...@@ -42,3 +42,11 @@ export function delJcglry(id) {
method: 'delete' method: 'delete'
}) })
} }
// 查询隔离地点
export function getDictData(type) {
return request({
url: '/system/jcglry/glPlace',
method: 'get'
})
}
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