From 0e21fc69d4c8108d521b6ea089cb60f45fe096e5 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Wed, 3 Sep 2025 16:37:16 +0800 Subject: [PATCH] =?UTF-8?q?v1.9=20=E8=A7=A3=E5=86=B3=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E5=8A=9E=E7=90=86=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/oa/newOaWorkflowDetailList.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/oa/newOaWorkflowDetailList.vue b/src/views/oa/newOaWorkflowDetailList.vue index 9260e0135..f236f878d 100644 --- a/src/views/oa/newOaWorkflowDetailList.vue +++ b/src/views/oa/newOaWorkflowDetailList.vue @@ -309,8 +309,9 @@ export default { id: this.newOaWorkflowDetailInfo.id } const response = await getNextTask(params) - if (response.code !== '0') return + if (response.code != 0) return this.newOaWorkflowDetailInfo.nextAudit = response.data[0] + console.log(this.newOaWorkflowDetailInfo.nextAudit) } catch (error) { console.error('请求失败:', error) }