路由权限重构

This commit is contained in:
2026-09-16 11:04:34 +08:00
parent 30c2a79f51
commit c35f7252d1
15 changed files with 2773 additions and 1400 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ const downloadTemplate = (record: any) => {
};
// 打开变更单
const openChange = (record: any) => {
routerPushByKey('home_highriskdetail', { query: { params: JSON.stringify(record) } })
routerPushByKey('details_index', { query: { params: JSON.stringify(record) } })
};
onMounted(() => {