xuzhancheng преди 21 часа
родител
ревизия
aab13fdef6
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      yudao-ui-admin-vue3/src/views/pressure2/pipeReportRatify/index.vue

+ 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.id || row.id, type: 'reportRatify' } })
+  router.push({ name: 'PipeCheckerTaskDetail', query: { id: row.id || row.id, type: 'reportRatify' } })
 }
 const handleRowDblclick = (row: Record<string, any>) => {
-  router.push({ name: 'ReportRatifyPipe', query: { id: row.id || row.id, type: 'reportRatify' } })
+  router.push({ name: 'PipeCheckerTaskDetail', query: { id: row.id || row.id, type: 'reportRatify' } })
 }
 
 //------------人员选择弹窗------------------------