scorpio 2 vuotta sitten
vanhempi
commit
89564f2c9f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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