|
|
@@ -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) {
|