解决404

This commit is contained in:
Teo
2025-07-08 17:22:46 +08:00
parent 8ef37c5a96
commit 3c9ed824d3

View File

@ -253,7 +253,7 @@ const handleView = (row) => {
const handleViewInfo = (row?: LeaveVO) => {
proxy.$tab.closePage(proxy.$route);
proxy.$router.push({
path: `/workflow/drawing/indexEdit`,
path: `/workflows/drawing/indexEdit`,
query: {
id: row.id,
type: 'view'