xuzhancheng 19 時間 前
コミット
aab13fdef6

+ 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' } })
 }
 
 //------------人员选择弹窗------------------------