From d2a2f595f2d3295f734db07b57684afe3c704192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Tue, 22 Aug 2023 17:12:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E6=9D=83=E4=BA=A4=E6=98=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/project/projectDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);