From 3a20fce48601bd688b0f6927a82614fb16cbbfe8 Mon Sep 17 00:00:00 2001 From: liujun Date: Mon, 29 Jan 2024 17:20:48 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E9=94=99=E5=88=AB=E5=AD=97=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=202=E3=80=81=E7=9B=91=E7=AE=A1=E7=AB=AF=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2sql=E6=8A=A5=E9=94=99=E4=BF=AE=E6=94=B9=203=E3=80=81?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E6=8F=90=E4=BA=A4=E5=90=8E=E6=9C=AA=E6=B8=85?= =?UTF-8?q?=E7=A9=BA=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xgf/flow/components/sendUtil.vue | 1 + src/views/xgf/peopleList/components/list.vue | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/xgf/flow/components/sendUtil.vue b/src/views/xgf/flow/components/sendUtil.vue index 5b1469e..e8326ae 100644 --- a/src/views/xgf/flow/components/sendUtil.vue +++ b/src/views/xgf/flow/components/sendUtil.vue @@ -132,6 +132,7 @@ export default { this.$message.success('推送成功') this.visible = false this.$emit('refresh', '') + this.handleClose() }) .catch((e) => { console.log(e) diff --git a/src/views/xgf/peopleList/components/list.vue b/src/views/xgf/peopleList/components/list.vue index a96ceb0..d882573 100644 --- a/src/views/xgf/peopleList/components/list.vue +++ b/src/views/xgf/peopleList/components/list.vue @@ -146,12 +146,10 @@ export default { getList() { this.listLoading = true requestFN( - '/xgf/user/getAppointApproveList?showCount=' + this.listQuery.limit + '¤tPage=' + this.listQuery.page, + '/xgf/user/getRecord?showCount=' + this.listQuery.limit + '¤tPage=' + this.listQuery.page, { KEYWORDS: this.KEYWORDS, - STATUS: '1', - EMPLOY_FLAG: '1', - CHECK_STATUS: '1' + Step: '1' } ).then((data) => { this.listLoading = false