소스 검색

fix 项目迁移

scorpio 2 년 전
부모
커밋
872064f167
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/home/component/authorize.vue

+ 1 - 1
src/views/home/component/authorize.vue

@@ -173,7 +173,7 @@ export default {
       }]
 
       const folderTmp = list.map(sub => {
-        const item = { folderId: sub.id, startTime: this.startTime, endTime: this.endTime, status: sub.check }
+        const item = { folderId: sub.fileFolderId, startTime: this.startTime, endTime: this.endTime, status: sub.check }
         return item
       })
       this.$api.project.initCode({