mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat: 流程实例,查看变量功能
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user