소스 검색

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

lxh 1 년 전
부모
커밋
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(() => {