Browse Source

fix 项目迁移

scorpio 2 năm trước cách đây
mục cha
commit
872064f167
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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({