This commit is contained in:
2026-02-11 22:42:37 +08:00
parent e265bcc28d
commit b0ae1bb68c
8 changed files with 1387 additions and 574 deletions
@@ -83,7 +83,7 @@ const rules = {
// 部门数据
const departments = ref([])
const departmentFieldNames = {
title: 'name',
label: 'name',
value: 'id',
children: 'children'
}