diff --git a/src/views/warning/index.vue b/src/views/warning/index.vue index de26fd6..8571726 100644 --- a/src/views/warning/index.vue +++ b/src/views/warning/index.vue @@ -57,6 +57,7 @@ const editFun = (row) =>{ let routeQuery ={ // isEnd:row.reportType === "结算项目", reportId:row.id, + ...(row.flowId ? { flowId: row.flowId } : {}), // isEdit:true, backPath:'/warning', }