mirror of
https://github.com/yangzongzhuan/RuoYi-Vue.git
synced 2025-11-08 10:19:24 +00:00
若依 1.1
This commit is contained in:
@@ -41,4 +41,13 @@ export function delPost(postId) {
|
||||
url: '/system/post/' + postId,
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
// 导出岗位
|
||||
export function exportPost(query) {
|
||||
return request({
|
||||
url: '/system/post/export',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user