From 42a6abfc840c2db57cfa2c873266cdec61545a3c Mon Sep 17 00:00:00 2001 From: zhaoyongnian <541231643@qq.com> Date: Sat, 12 Sep 2020 14:51:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=8B=86=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../event/handleSubmit/handleSubmit/handleSubmit.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/components/event/handleSubmit/handleSubmit/handleSubmit.js b/components/event/handleSubmit/handleSubmit/handleSubmit.js index 203d38f..2fd4a6e 100644 --- a/components/event/handleSubmit/handleSubmit/handleSubmit.js +++ b/components/event/handleSubmit/handleSubmit/handleSubmit.js @@ -65,10 +65,11 @@ Component({ state = 2 } else if (item.text === "转项目") { state = 4 - } else if (item.text === '转项目并吹哨') { - state = 6 - that.getIssueWhistlingDeptV2() - } + } + // else if (item.text === '转项目并吹哨') { + // state = 6 + // that.getIssueWhistlingDeptV2() + // } const handleSubmitData = Object.assign(that.data.handleSubmitData, { state: state,