فهرست منبع

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

houzekong 1 سال پیش
والد
کامیت
eda95271d5
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      src/views/vent/comment/history/HistoryTable.vue

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

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