Browse Source

feat: 点击审计质量评价-预警中-查看 也可以通过或者驳回

main
buaixuexideshitongxue 2 months ago
parent
commit
b32a40bbee
  1. 1
      src/views/warning/index.vue

1
src/views/warning/index.vue

@ -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',
} }

Loading…
Cancel
Save