fix: 🐛 部门下拉回显数字问题修复

Former-commit-id: 566a5d7ef6
This commit is contained in:
hxr 2023-08-09 07:38:22 +08:00
parent dec088b23a
commit 4f75ef48c8
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ async function getDeptOptions() {
listDeptOptions().then((response) => {
deptOptions.value = [
{
value: "0",
value: 0,
label: "顶级部门",
children: response.data,
},