Parcourir la source

fix 项目迁移

scorpio il y a 2 ans
Parent
commit
872064f167
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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({