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

Former-commit-id: 566a5d7ef62ab77d004a8a0684e4029086faccb5
This commit is contained in:
hxr
2023-08-09 07:38:22 +08:00
parent dec088b23a
commit 4f75ef48c8

View File

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