Browse Source

fix 项目迁移

scorpio 3 years ago
parent
commit
fc2e580ab1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/home/component/folder_info.vue

+ 1 - 0
src/views/home/component/folder_info.vue

@@ -236,6 +236,7 @@ export default {
       this.folderInfo.projectId = this.id
       this.folderInfo.projectStageId = this.projectStageId
       this.folderInfo.dictKey = this.dictKey
+      this.folderInfo.parentId = 0
       this.$api.project.folderAdd(this.folderInfo).then(res => {
         if (res.code === 200) {
           this.addShow = false