From f88f462b5d08d6db7d8c5d57d7e7f8cee66277d0 Mon Sep 17 00:00:00 2001 From: AN <1983933789@qq.com> Date: Tue, 27 May 2025 23:16:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E8=A1=8C=E6=97=B6=E7=9A=84=E6=93=8D=E4=BD=9C=E9=A1=BA=E5=BA=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/dept/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }