Sfoglia il codice sorgente

[Wip 0000] 场景类历史数据修改

houzekong 1 anno fa
parent
commit
eda95271d5
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      src/views/vent/comment/history/HistoryTable.vue

+ 3 - 0
src/views/vent/comment/history/HistoryTable.vue

@@ -116,6 +116,9 @@
           current,
           total,
         });
+        records.forEach((item) => {
+          Object.assign(item, item.readData);
+        });
         data.value = records;
       })
       .finally(() => {