From 0987e1fc826f99d715428b33276b08db5d12a5a3 Mon Sep 17 00:00:00 2001 From: song-cc-rock Date: Wed, 10 Apr 2024 20:37:37 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=BC=BA=E9=99=B7=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E7=8A=B6=E6=80=81=E8=AE=BE=E7=BD=AE=E7=BB=93?= =?UTF-8?q?=E6=9D=9F=E7=8A=B6=E6=80=81=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1038578 --user=宋昌昌 【项目管理】-模版管理-缺陷模版-工作流设置报错 https://www.tapd.cn/55049933/s/1493851 --- .../organization/template/components/workflowTable.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/setting/organization/template/components/workflowTable.vue b/frontend/src/views/setting/organization/template/components/workflowTable.vue index 97bcddd364..b4c9575eb1 100644 --- a/frontend/src/views/setting/organization/template/components/workflowTable.vue +++ b/frontend/src/views/setting/organization/template/components/workflowTable.vue @@ -70,7 +70,7 @@
{{ record.name }} - +
@@ -299,6 +299,7 @@ ...item, [item.id]: item.name, index, + currentState: item.statusDefinitions.join().includes('END'), }; } return { @@ -308,6 +309,7 @@ currentState: item.statusDefinitions.join().includes('END'), }; }); + console.log(dataList.value); } catch (error) { console.log(error); } finally {