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