From f686c2873ca2540ebad1f8267b74c4edca6d2a19 Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Sun, 18 Jan 2026 23:07:21 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BB=A3=E7=A0=81=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E5=8C=96=EF=BC=8C=E4=BC=98=E5=8C=96=E5=AF=BC=E5=85=A5=E5=92=8C?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/apis/department_api.js | 7 +----- .../DepartmentManagementComponent.vue | 22 ++++++++++++++----- web/src/components/SettingsModal.vue | 8 ++++++- .../components/UserManagementComponent.vue | 12 ++++++++-- 4 files changed, 35 insertions(+), 14 deletions(-) diff --git a/web/src/apis/department_api.js b/web/src/apis/department_api.js index 319790df..5013e82e 100644 --- a/web/src/apis/department_api.js +++ b/web/src/apis/department_api.js @@ -2,12 +2,7 @@ * 部门管理 API */ -import { - apiSuperAdminGet, - apiSuperAdminPost, - apiSuperAdminPut, - apiSuperAdminDelete -} from './base' +import { apiSuperAdminGet, apiSuperAdminPost, apiSuperAdminPut, apiSuperAdminDelete } from './base' const BASE_URL = '/api/departments' diff --git a/web/src/components/DepartmentManagementComponent.vue b/web/src/components/DepartmentManagementComponent.vue index 59611961..68ac0e98 100644 --- a/web/src/components/DepartmentManagementComponent.vue +++ b/web/src/components/DepartmentManagementComponent.vue @@ -23,7 +23,7 @@ @@ -42,7 +42,12 @@