[新增功能](el-admin v2.5): v2.5 beta

详情 https://www.ydyno.com/archives/1225.html
This commit is contained in:
ZhengJie
2020-05-05 21:20:36 +08:00
parent a07ac18235
commit 3975e782e7
31 changed files with 687 additions and 482 deletions

View File

@@ -1,8 +1,7 @@
import request from '@/utils/request'
export function getAllJob(deptId) {
export function getAllJob() {
const params = {
deptId,
page: 0,
size: 9999
}