From 8c73a7f99090e1df8f4be04422667b7f854424d1 Mon Sep 17 00:00:00 2001 From: liujun Date: Sat, 27 Jan 2024 15:57:50 +0800 Subject: [PATCH] =?UTF-8?q?13862=20=E9=80=89=E6=8B=A9=E7=AC=AC=E4=BA=8C?= =?UTF-8?q?=E4=B8=AA=E5=AE=A1=E6=89=B9=20=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xgf/flow/components/sendUtil.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {