dashboard
repositories
filestore
activity
search
login
zhba
/
zhba_regulatory_ys
保安监管系统-验收版本
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
+
liuyg
2021-12-04
4e8c2b46d3dc3d673a501012f9d97389af0d88e5
[zhba/zhba_regulatory_ys.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
}
})
}