mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
fix: 修复添加行时的操作顺序问题
This commit is contained in:
@ -155,8 +155,8 @@ async function edit(row: TableDataWithIndex<Api.System.Dept>) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function addInRow(row: TableDataWithIndex<Api.System.Dept>) {
|
async function addInRow(row: TableDataWithIndex<Api.System.Dept>) {
|
||||||
handleAdd();
|
|
||||||
editingData.value = jsonClone(row);
|
editingData.value = jsonClone(row);
|
||||||
|
handleAdd();
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user