From 4f75ef48c8dccd9a236977bbf8f40b9fb8c7447c Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Wed, 9 Aug 2023 07:38:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E9=83=A8=E9=97=A8=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E5=9B=9E=E6=98=BE=E6=95=B0=E5=AD=97=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: 566a5d7ef62ab77d004a8a0684e4029086faccb5 --- 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 eb2d9b97..605512f5 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -66,7 +66,7 @@ async function getDeptOptions() { listDeptOptions().then((response) => { deptOptions.value = [ { - value: "0", + value: 0, label: "顶级部门", children: response.data, },