diff --git a/src/views/workflow/category/index.vue b/src/views/workflow/category/index.vue index ec91c56f..49b1a0f5 100644 --- a/src/views/workflow/category/index.vue +++ b/src/views/workflow/category/index.vue @@ -138,7 +138,7 @@ async function edit(row: TableDataWithIndex) { handleEdit(row); } -function addInRow(row: TableDataWithIndex) { +async function addInRow(row: TableDataWithIndex) { editingData.value = jsonClone(row); handleAdd(); } diff --git a/src/views/workflow/process-instance/index.vue b/src/views/workflow/process-instance/index.vue index 7b5de630..1a8d0c3e 100644 --- a/src/views/workflow/process-instance/index.vue +++ b/src/views/workflow/process-instance/index.vue @@ -1,6 +1,7 @@