diff --git a/src/views/train/flow/components/list.vue b/src/views/train/flow/components/list.vue index 880e19b..4efc06b 100644 --- a/src/views/train/flow/components/list.vue +++ b/src/views/train/flow/components/list.vue @@ -44,7 +44,8 @@ @@ -148,7 +149,7 @@ export default { { KEYWORDS: this.KEYWORDS, STATUS: this.STATUS, - EMPLOY_FLGY: '1' + EMPLOY_FLAG: '1' } ).then((data) => { this.listLoading = false @@ -168,6 +169,11 @@ export default { cancelButtonText: '取消', type: 'warning' }).then(() => { + requestFN( + '/trainingbatch/submitApplication', { xgf_user_ids: row.map(item => item.USER_ID).join(',') } + ).then((data) => { + this.getList() + }) this.$message({ type: 'success', message: '申请提交成功!' diff --git a/src/views/train/synInfo/components/list.vue b/src/views/train/synInfo/components/list.vue index 5ab5deb..4e829f4 100644 --- a/src/views/train/synInfo/components/list.vue +++ b/src/views/train/synInfo/components/list.vue @@ -147,7 +147,8 @@ export default { '/trainingbatch/userList?showCount=' + this.listQuery.limit + '¤tPage=' + this.listQuery.page, { KEYWORDS: this.KEYWORDS, - STATUS: this.STATUS + STATUS: this.STATUS, + UN_EMPLOY_FLAG: '0' } ).then((data) => { this.listLoading = false