|
@@ -286,10 +286,10 @@ const resetQuery = () => {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
const handleEdit = (row: Record<string, any>) => {
|
|
const handleEdit = (row: Record<string, any>) => {
|
|
|
- router.push({ name: 'PipeCheckerTaskDetail', query: { id: row.orderId || row.id, type: 'reportRatify' } })
|
|
|
|
|
|
|
+ router.push({ name: 'ReportRatifyPipe', query: { id: row.orderId || row.id, type: 'reportRatify' } })
|
|
|
}
|
|
}
|
|
|
const handleRowDblclick = (row: Record<string, any>) => {
|
|
const handleRowDblclick = (row: Record<string, any>) => {
|
|
|
- router.push({ name: 'PipeCheckerTaskDetail', query: { id: row.orderId || row.id, type: 'reportRatify' } })
|
|
|
|
|
|
|
+ router.push({ name: 'ReportRatifyPipe', query: { id: row.orderId || row.id, type: 'reportRatify' } })
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
//------------人员选择弹窗------------------------
|
|
//------------人员选择弹窗------------------------
|