From 3ee1a0ebcf4a024d0c2ef398bd5f777517fe6b8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Tue, 19 Apr 2022 12:49:25 +0800 Subject: [PATCH] =?UTF-8?q?fix(dept.vue):=20=E6=B7=BB=E5=8A=A0=E9=83=A8?= =?UTF-8?q?=E9=97=A8=E6=95=B0=E6=8D=AE=E4=B8=A2=E5=A4=B1=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: e788a3c46142be3bcb8d58a2a16c5ee9aa67729d --- src/views/system/dept/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index 7d95773d..855ce6f9 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -195,6 +195,7 @@ async function loadDeptData() { */ function handleAdd(row: any) { loadDeptData(); + state.formData.id = undefined state.formData.parentId = row.id; state.dialog = { title: "添加部门",