From 9c2ffb8d67a464ac34387fab667ac616beca1e28 Mon Sep 17 00:00:00 2001 From: liujun Date: Mon, 18 Dec 2023 19:58:52 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B8=E5=85=B3=E6=96=B9=E9=9C=80=E6=B1=82?= =?UTF-8?q?=E5=8F=98=E9=9D=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/train/flow/components/list.vue | 10 ++++++++-- src/views/train/synInfo/components/list.vue | 3 ++- 2 files changed, 10 insertions(+), 3 deletions(-) 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