From 67358620385f48ce7e60da608a68ca43153bad15 Mon Sep 17 00:00:00 2001 From: liujun Date: Mon, 22 Jan 2024 18:11:55 +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/list.vue | 2 +- src/views/xgf/flow/components/sendUtil.vue | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/xgf/flow/components/list.vue b/src/views/xgf/flow/components/list.vue index dcf0f3a..a96ceb0 100644 --- a/src/views/xgf/flow/components/list.vue +++ b/src/views/xgf/flow/components/list.vue @@ -43,7 +43,7 @@ diff --git a/src/views/xgf/flow/components/sendUtil.vue b/src/views/xgf/flow/components/sendUtil.vue index 655580d..a49a643 100644 --- a/src/views/xgf/flow/components/sendUtil.vue +++ b/src/views/xgf/flow/components/sendUtil.vue @@ -12,7 +12,7 @@ - + - + @@ -76,6 +76,7 @@ export default { APPOINT_USER_ID: null, APPOINT_USER_NAME: '', OPINION: '', + STEP: false, user: '', tm: new Date().getTime(), list: [], @@ -117,6 +118,7 @@ export default { this.visible = true this.heirloom = JSON.stringify(e) this.form.list = JSON.stringify(e) + this.form.STEP = (e[0].FLOWS_STEP === 3) this.getDepartmentTree() this.loading = false },