解决404
This commit is contained in:
@ -253,7 +253,7 @@ const handleView = (row) => {
|
|||||||
const handleViewInfo = (row?: LeaveVO) => {
|
const handleViewInfo = (row?: LeaveVO) => {
|
||||||
proxy.$tab.closePage(proxy.$route);
|
proxy.$tab.closePage(proxy.$route);
|
||||||
proxy.$router.push({
|
proxy.$router.push({
|
||||||
path: `/workflow/drawing/indexEdit`,
|
path: `/workflows/drawing/indexEdit`,
|
||||||
query: {
|
query: {
|
||||||
id: row.id,
|
id: row.id,
|
||||||
type: 'view'
|
type: 'view'
|
||||||
|
Reference in New Issue
Block a user