From 465cdfaec256875fae5b09ad7586adb2252a7bf1 Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Mon, 2 May 2022 02:54:37 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=A3=20=E5=88=B6=E5=AE=9A=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E8=A7=84=E8=8C=83=E6=A8=A1=E6=9D=BF=E5=9B=A2=E9=98=9F?= =?UTF-8?q?=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kicc-ui/src/views/system/dept/DeptModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kicc-ui/src/views/system/dept/DeptModal.vue b/kicc-ui/src/views/system/dept/DeptModal.vue index 75f93f56..ad6e6cad 100644 --- a/kicc-ui/src/views/system/dept/DeptModal.vue +++ b/kicc-ui/src/views/system/dept/DeptModal.vue @@ -45,7 +45,7 @@ treeData: [topDept] } }); - const deptId = data.record?.id; + const deptId = data.record?.deptId; const props: Partial = { confirmLoading: false }; // 采用tag标签区分操作 switch (unref(tag)) {