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