提交
This commit is contained in:
9
packageRc/api/jobType/index.js
Normal file
9
packageRc/api/jobType/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import { post, get } from '../../utils/request.js'
|
||||
|
||||
export function listJobType(query) {
|
||||
return get({
|
||||
url: 'basicdata/workType/list',
|
||||
|
||||
params: query
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user