|
@@ -292,7 +292,7 @@ const handleDelete = async (row: ReportItem) => {
|
|
|
// 详情页
|
|
|
const handleView = (row: ReportItem) => {
|
|
|
router.push({
|
|
|
- path: `/knowledge/detail`,
|
|
|
+ path: `/knowledge/knowledge-management/detail`,
|
|
|
query: { reportID: row.reportId }
|
|
|
});
|
|
|
};
|