chauncey 10 месяцев назад
Родитель
Сommit
43c5b6f251
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/views/disaster/disaster-control/PageDisposalRectification.vue

+ 2 - 2
src/views/disaster/disaster-control/PageDisposalRectification.vue

@@ -92,7 +92,7 @@
                           @click="
                             handleRectification(
                               scope.row.id,
-                              item.id,
+                              item.handleTaskId,
                               scope.row.fixTaskId,
                               item.tableData[0].disasterReportRecordDetailList,
                             )
@@ -111,7 +111,7 @@
                           @click="
                             handleRectification(
                               scope.row.id,
-                              item.id,
+                              item.handleTaskId,
                               scope.row.fixTaskId,
                               item.tableData[0].disasterReportRecordDetailList,
                             )