部门编辑

This commit is contained in:
禺狨
2023-03-07 12:06:36 +08:00
parent 5ea6c8399d
commit 05bc285d2f
6 changed files with 174 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ import {
AdminrolesUpdatePage,
DepartmentPage,
DepartmentCreatePage,
DepartmentUpdatePage
} from "../pages";
const routes: RouteObject[] = [
@@ -76,6 +77,11 @@ const routes: RouteObject[] = [
path: "/department/create",
element: <DepartmentCreatePage />,
},
{
path: "/department/update/:depId",
element: <DepartmentUpdatePage />,
},
],
},
{