From 54e39e241e33d15935cd6289cf3b9af1e4720ad6 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:50:48 +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: 924c9b38b15a0ca730560f7144531bdb68018112 --- 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 855ce6f9..ab614001 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -195,7 +195,7 @@ async function loadDeptData() { */ function handleAdd(row: any) { loadDeptData(); - state.formData.id = undefined + state.formData.id=undefined state.formData.parentId = row.id; state.dialog = { title: "添加部门",