@@ -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