diff --git a/src/views/xgf/flow/components/sendUtil.vue b/src/views/xgf/flow/components/sendUtil.vue index bc75230..8716bc4 100644 --- a/src/views/xgf/flow/components/sendUtil.vue +++ b/src/views/xgf/flow/components/sendUtil.vue @@ -129,9 +129,12 @@ export default { } } else { this.isShow = true - if (this.info.FLOWS_STEP === 0) { + if (this.info.FLOWS_STEP === 0 || this.info.FLOWS_STEP === 3 || this.info.FLOWS_STEP === 4) { await this.getDepartmentTree() this.corpFlag = false + if (this.info.FLOWS_STEP === 4) { + this.isShow = false + } } else { await this.getCorpDepartmentTree() this.corpFlag = true