Jelajahi Sumber

fix 项目迁移

scorpio 3 tahun lalu
induk
melakukan
fc2e580ab1
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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