瀏覽代碼

报告详细

xuzhancheng 20 小時之前
父節點
當前提交
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' } })
 }
 
 //------------人员选择弹窗------------------------