forked from qiushanhe/dm-manage-web
提交
This commit is contained in:
@@ -25,3 +25,14 @@ export function savePlace(data) {
|
||||
data: data
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
// 查询场地
|
||||
export function getAllPlaces(param) {
|
||||
return request({
|
||||
url: `/sch/place/all`,
|
||||
method: 'get',
|
||||
params: param
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user