dashboard
repositories
filestore
activity
search
login
zhba
/
zhba_regulatory
保安监管系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/zhba_regulatory
shuishen
2021-07-23
d75f3bea955056e70044556404349229627c7f22
[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
}
})
}