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 {