|
|
|
@ -57,6 +57,7 @@ const editFun = (row) =>{ |
|
|
|
let routeQuery ={ |
|
|
|
let routeQuery ={ |
|
|
|
// isEnd:row.reportType === "结算项目", |
|
|
|
// isEnd:row.reportType === "结算项目", |
|
|
|
reportId:row.id, |
|
|
|
reportId:row.id, |
|
|
|
|
|
|
|
...(row.flowId ? { flowId: row.flowId } : {}), |
|
|
|
// isEdit:true, |
|
|
|
// isEdit:true, |
|
|
|
backPath:'/warning', |
|
|
|
backPath:'/warning', |
|
|
|
} |
|
|
|
} |
|
|
|
|