lex 1 년 전
부모
커밋
b01a307337
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/natural-resources/components/my-resources/index.tsx

+ 2 - 0
src/views/natural-resources/components/my-resources/index.tsx

@@ -388,6 +388,8 @@ export default defineComponent({
                     table.openFlag = item.openFlag;
                     table.title = item.name;
                     table.subjectId = item.subjectIds;
+                    table.content = item.content;
+                    table.coverImg = item.coverImg;
 
                     if (!state.editOverIds.includes(table.id)) {
                       state.editOverIds.push(table.id);