feat: 流程实例,查看变量功能

This commit is contained in:
AN
2025-05-26 22:19:39 +08:00
parent ed1180696f
commit 92b9c213d5
3 changed files with 63 additions and 6 deletions

View File

@ -138,7 +138,7 @@ async function edit(row: TableDataWithIndex<Api.Workflow.WorkflowCategory>) {
handleEdit(row);
}
function addInRow(row: TableDataWithIndex<Api.Workflow.WorkflowCategory>) {
async function addInRow(row: TableDataWithIndex<Api.Workflow.WorkflowCategory>) {
editingData.value = jsonClone(row);
handleAdd();
}