瀏覽代碼

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

houzekong 3 天之前
父節點
當前提交
e453f877b9
共有 1 個文件被更改,包括 6 次插入0 次删除
  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) => {