[新增功能](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

@@ -2,9 +2,8 @@ import request from '@/utils/request'
export function resetEmail(data) {
return request({
url: 'api/code/resetEmail',
method: 'post',
data
url: 'api/code/resetEmail?email=' + data,
method: 'post'
})
}

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
}