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