From 1ff1cea9ebf1177a7f306308a971f5cccfe13e54 Mon Sep 17 00:00:00 2001 From: liujun Date: Mon, 29 Jan 2024 17:20:47 +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/flowStep.vue | 2 +- src/views/xgf/flow/components/sendUtil.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/xgf/flow/components/flowStep.vue b/src/views/xgf/flow/components/flowStep.vue index f83bc79..45004c3 100644 --- a/src/views/xgf/flow/components/flowStep.vue +++ b/src/views/xgf/flow/components/flowStep.vue @@ -19,7 +19,7 @@ 审批人:{{ item.APPOINT_DEPARTMENT_NAME }} - 审批状态:{{ item.APPOINT_STATUS === '1' ? '同意' : '不同意' }} + 审批状态:{{ item.APPOINT_STATUS === '1' ? '同意' : item.APPOINT_STATUS === '0' ? '不同意' : '' }} 审批时间:{{ item.APPOINT_USER_NAME }} diff --git a/src/views/xgf/flow/components/sendUtil.vue b/src/views/xgf/flow/components/sendUtil.vue index 658a4ef..c3f41b4 100644 --- a/src/views/xgf/flow/components/sendUtil.vue +++ b/src/views/xgf/flow/components/sendUtil.vue @@ -152,6 +152,7 @@ export default { this.$message.success('推送成功') this.visible = false this.$emit('refresh', '') + this.handleClose() }) .catch((e) => { console.log(e)