Parcourir la source

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

houzekong il y a 3 jours
Parent
commit
e453f877b9
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  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) => {