xy 1 tydzień temu
rodzic
commit
1f1472b9bd

+ 1 - 1
yudao-ui-admin-vue3/src/views/pressure2/boilerReportPreparationList/index.vue

@@ -641,7 +641,7 @@ const handleEdit = (row: Record<string, any>) => {
     }
   }
 
-  router.push({ name: 'BoilerCheckerTaskDetail', query: { row.id, type: 'BoilerReportPreparationList' } })
+  router.push({ name: 'BoilerCheckerTaskDetail', query: { id: row.id, type: 'BoilerReportPreparationList' } })
 }
 const handleRowDblclick = (row: Record<string, any>) => {
   if (row.isClaim === false) {