scorpio 2 years ago
parent
commit
89564f2c9f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/home/component/folder_info.vue

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

@@ -252,7 +252,7 @@ export default {
     },
     getDict() {
       this.$api.project
-        .folderType({ stageId: this.projectStageId })
+        .folderType({ stageId: this.projectStageId, projectId: this.projectId })
         .then(res => {
           if (res.code === 200) {
             this.folderType = res.data