Files
FastapiAdmin/backend/app/scripts/data/sys_dept.json
T
zhangtao 53d2a9d13e chore: cleanup old frontend code and update project configs
This commit removes the deprecated frontend/web-old directory, updates various project configuration files including tsconfig, vite config, environment variables, and backend data models. It also fixes several API paths, adds tenant awareness to multiple models, and makes minor UI adjustments.
2026-05-27 01:12:03 +08:00

16 lines
297 B
JSON

[
{
"name": "集团总公司",
"code": "GROUP",
"order": 1,
"status": "0",
"leader": "部门负责人",
"phone": "1582112620",
"email": "deptadmin@example.com",
"description": "集团总公司",
"parent_id": null,
"tenant_id": 1,
"children": []
}
]