提交 3199a782 作者: 龚洪江

修复:飞手管理路由更改

上级 6ff94fef
......@@ -94,6 +94,12 @@ export type queryCategoryInfoByType = InterFunction<
directoryId: number;
name: string;
icon: string;
children: {
id: number;
directoryId: number;
name: string;
icon: string;
}[];
}>;
}[]
>;
......
......@@ -89,8 +89,6 @@ const AddEditModal: React.FC<propType> = (props) => {
})) || [];
setCurriculumSkillList(arr);
// 回显数据
// 回显数据
// 回显数据
// 加载出数据再操作
if (!data) return;
// console.log(data);
......
......@@ -104,7 +104,7 @@ const ProcurementOrderDetail = React.lazy(
); //商城采购订单详情
//商品管理
import CourseManageView from '~/pages/mallManage/courseManage'; //课程管理
import CourseManageView from '~/pages/pilotTraining/courseManage'; //课程管理
const ServiceListView = React.lazy(() => import('~/pages/mallManage/serviceManage/serviceList')); //服务列表
const ServiceDetailView = React.lazy(
() => import('~/pages/mallManage/serviceManage/serviceDetail'),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论