This commit is contained in:
AN
2025-05-28 11:25:26 +08:00
4 changed files with 13 additions and 7 deletions

View File

@ -143,7 +143,7 @@ async function addInRow(row: TableDataWithIndex<Api.Workflow.WorkflowCategory>)
handleAdd();
}
async function handleAddDataOperate() {
async function handleAddOperate() {
editingData.value = null;
handleAdd();
}
@ -163,7 +163,7 @@ function handleExport() {
:show-add="hasAuth('workflow:category:add')"
:show-delete="false"
:show-export="false"
@add="handleAddDataOperate"
@add="handleAddOperate"
@export="handleExport"
@refresh="getData"
>