瀏覽代碼

Merge branch 'master' of http://182.92.126.35:3000/hrx/mky-vent-base

lxh 9 月之前
父節點
當前提交
8e877a34bd
共有 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,
           total,
         });
+        records.forEach((item) => {
+          Object.assign(item, item.readData);
+        });
         data.value = records;
       })
       .finally(() => {