|
|
@@ -252,7 +252,10 @@ export default {
|
|
|
},
|
|
|
getDict() {
|
|
|
this.$api.project
|
|
|
- .folderType({ stageId: this.projectStageId, projectId: this.projectId })
|
|
|
+ .folderType({
|
|
|
+ stageId: this.projectStageId,
|
|
|
+ projectId: this.$route.query.id
|
|
|
+ })
|
|
|
.then(res => {
|
|
|
if (res.code === 200) {
|
|
|
this.folderType = res.data
|