diff --git a/src/views/project/projectDetail.vue b/src/views/project/projectDetail.vue index dbb150f5..57db1e2e 100644 --- a/src/views/project/projectDetail.vue +++ b/src/views/project/projectDetail.vue @@ -370,7 +370,7 @@ export default { this.detail.projectNumber = this.selectDictLabel(res.data,response.data.projectNumber); }); this.getDicts("sub_object_type").then(res => { - this.detail.projectType = this.selectDictLabel(res.data,response.data.projectType); + // this.detail.projectType = this.selectDictLabel(res.data,response.data.projectType); }); this.getDicts("economic_type").then(res => { this.detail.economicType = this.selectDictLabel(res.data,response.data.economicType);