diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index 297bbf20..d41820a6 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -155,8 +155,8 @@ async function edit(row: TableDataWithIndex) { } async function addInRow(row: TableDataWithIndex) { - handleAdd(); editingData.value = jsonClone(row); + handleAdd(); }