xuzhancheng 1 день назад
Родитель
Сommit
1ee94ac5ff

+ 2 - 2
yudao-ui-admin-vue3/src/views/pressure2/pipeReportCheck/index.vue

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

+ 2 - 2
yudao-ui-admin-vue3/src/views/pressure2/pipeReportRatify/index.vue

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