From 6de4acfd96bf0b0b2a23be2aed73f9fbbc7fc305 Mon Sep 17 00:00:00 2001 From: liujun Date: Mon, 22 Jan 2024 18:47:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=A5=E5=B9=B2bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xgf/flow/components/sendUtil.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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