scorpio 2 лет назад
Родитель
Сommit
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