scorpio 2 년 전
부모
커밋
89564f2c9f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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