dashboard
repositories
filestore
activity
search
login
zhba
/
zhba_regulatory
保安监管系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
保安员考试管理完善 添加成绩查询 缴费查询 报名培训查询,样式调整, 数据对接指令查询
liuyg
2021-07-23
001cd68503b8dfe839f897c812404d937e6f361d
[zhba/zhba_regulatory.git]
/
src
/
api
/
commandQuery
/
commandQuery.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import request from '@/router/axios';
export const getLisperetaskDistribution = (current, size, params) => {
return request({
url: '/api/directive/page',
method: 'get',
params: {
...params,
current,
size
}
})
}