liwei 1 년 전
부모
커밋
e002a1289c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/modules/resource/actions/editor.ts

+ 1 - 0
src/modules/resource/actions/editor.ts

@@ -32,6 +32,7 @@ export const editorActions = ResourceModule.action({
           vidoes: vidoes,
           images: images,
           matSlots: this.store.matSlots,
+          meshSlots: this.store.meshSlots,
         },
       });
       queenApi.messageSuccess("任务提交成功");