From 608c7e958a95e347a71e4fdf7a2c3ae17565730c Mon Sep 17 00:00:00 2001 From: liujun Date: Wed, 20 Mar 2024 18:47:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=81=E8=AF=81=E4=BA=BA=E5=91=98=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E7=AE=A1=E7=90=86=E3=80=81=E4=BA=BA=E5=91=98=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E4=BF=A1=E6=81=AFbug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xgf/flow/components/list.vue | 2 +- src/views/xgf/flow/components/sendUtil.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/xgf/flow/components/list.vue b/src/views/xgf/flow/components/list.vue index 1569b80..c847310 100644 --- a/src/views/xgf/flow/components/list.vue +++ b/src/views/xgf/flow/components/list.vue @@ -49,7 +49,7 @@ 审批 - 委托辖区单位审批 + 委托辖区单位审批 电子合格证 diff --git a/src/views/xgf/flow/components/sendUtil.vue b/src/views/xgf/flow/components/sendUtil.vue index e799dc5..2c02c93 100644 --- a/src/views/xgf/flow/components/sendUtil.vue +++ b/src/views/xgf/flow/components/sendUtil.vue @@ -141,7 +141,8 @@ export default { this.visible = true this.heirloom = JSON.stringify(e) this.form.list = JSON.stringify(e) - this.form.STEP = (e[0].FLOWS_STEP === 2) + // 确定是不是最后一步,是:ture,否:false + this.form.STEP = (e[0].FLOWS_STEP === 2) || (e[0].FLOWS_STEP === 1 && e[0].FLOWS_TYPE === '2') this.form.TYEP = e[0].FLOWS_TYPE this.getDepartmentTree() this.loading = false