mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
Merge branch 'dev' of https://gitee.com/xlsea/ruoyi-plus-soybean into flow
This commit is contained in:
@ -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"
|
||||
>
|
||||
|
Reference in New Issue
Block a user