|
@@ -294,10 +294,10 @@ const resetQuery = () => {
|
|
|
|
|
|
|
|
// 修改后的编辑/查看详情操作
|
|
// 修改后的编辑/查看详情操作
|
|
|
const handleEdit = (row: Record<string, any>) => {
|
|
const handleEdit = (row: Record<string, any>) => {
|
|
|
- router.push({ name: 'BoilerCheckerTaskDetail', query: { id: row.orderItemId || row.id, type: 'reportAudit' } })
|
|
|
|
|
|
|
+ router.push({ name: 'BoilerCheckerTaskDetail', query: { id: row.orderItemId || row.id, type: 'reportAudit' } })
|
|
|
}
|
|
}
|
|
|
const handleRowDblclick = (row: Record<string, any>) => {
|
|
const handleRowDblclick = (row: Record<string, any>) => {
|
|
|
- router.push({ name: 'BoilerCheckerTaskDetail', query: { id: row.orderItemId || row.id, type: 'reportAudit' } })
|
|
|
|
|
|
|
+ router.push({ name: 'BoilerCheckerTaskDetail', query: { id: row.orderItemId || row.id, type: 'reportAudit' } })
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
//------------人员选择弹窗------------------------
|
|
//------------人员选择弹窗------------------------
|