diff --git a/api/api.js b/api/api.js index cca3f7d..149b4ec 100644 --- a/api/api.js +++ b/api/api.js @@ -157,13 +157,7 @@ export function userEditApi(config) { // 用户编辑 }) } -export function qjQueryByIdApi(config) { // 请假流程 - return https({ - url: '/CxcQxj/cxcQxj/queryById', - method: 'get', - data: config - }) -} + export function extActFlowDataApi(config) { // 获取审批流程所需参数 return https({ url: '/process/extActFlowData/getProcessInfo', diff --git a/api/pages.js b/api/pages.js index 3b0353c..2ffee52 100644 --- a/api/pages.js +++ b/api/pages.js @@ -18,4 +18,12 @@ export function queryZwmcAndExaApi(username) { // 根据username获取职位名 username } }) +} + +export function qjQueryByIdApi(config) { // 通过id查询请假数据 流程用 + return https({ + url: '/CxcQxj/cxcQxj/queryById', + method: 'get', + data: config + }) } \ No newline at end of file diff --git a/bpm/leaveApplication/index.vue b/bpm/leaveApplication/index.vue index 8b29ee9..8271a3a 100644 --- a/bpm/leaveApplication/index.vue +++ b/bpm/leaveApplication/index.vue @@ -1,94 +1,92 @@