fix: 🐛 部门下拉回显数字问题修复
Former-commit-id: 566a5d7ef62ab77d004a8a0684e4029086faccb5
This commit is contained in:
@@ -66,7 +66,7 @@ async function getDeptOptions() {
|
|||||||
listDeptOptions().then((response) => {
|
listDeptOptions().then((response) => {
|
||||||
deptOptions.value = [
|
deptOptions.value = [
|
||||||
{
|
{
|
||||||
value: "0",
|
value: 0,
|
||||||
label: "顶级部门",
|
label: "顶级部门",
|
||||||
children: response.data,
|
children: response.data,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user