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