From 376f40c124185828f778781c479a6929356277db Mon Sep 17 00:00:00 2001 From: caoqianming Date: Thu, 13 Apr 2023 23:46:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20opl=20detail=20logsData=E6=98=BE?= =?UTF-8?q?=E7=A4=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/scOpl/scFire.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/scOpl/scFire.vue b/src/components/scOpl/scFire.vue index 4b51bd02..4766432f 100644 --- a/src/components/scOpl/scFire.vue +++ b/src/components/scOpl/scFire.vue @@ -201,7 +201,7 @@ {{item.participant_.name}} {{item.participant_str}} - + {{ item.update_time }} @@ -342,7 +342,7 @@ this.$API.wf.ticket.ticketFlowlogs.req(that.ticketId).then((res2) => { if (res2.err_msg) { } else { - that.logsData = res; + that.logsData = res2; } }); })