Browse Source

[Fix 0000] 修复瓦斯巡检问题

houzekong 3 days ago
parent
commit
e453f877b9
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/views/vent/gas/gasInspect/index2.vue

+ 6 - 0
src/views/vent/gas/gasInspect/index2.vue

@@ -136,6 +136,12 @@
           taskId: selectedRow.value.id,
         });
       },
+      afterFetch(resultItems) {
+        resultItems.forEach((item, i) => {
+          item.id = i;
+        });
+        return resultItems;
+      },
       rowSelection: {
         type: 'checkbox',
         getCheckboxProps: (record) => {