dashboard
repositories
filestore
activity
search
login
zhba
/
zhba_regulatory
保安监管系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
44个表格在1366*768下的适配,保安员管理-》保安员查询中操作栏更改,在用户表左侧控制栏同步高
liuyg
2022-02-16
dc252ad2bd275f697c266e3c8b10cb7d540fdcaa
[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
}
})
}