From af129d5b826eebf016c99534e19d4cb3a935bc18 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Tue, 14 Dec 2021 17:09:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A0=94=E5=88=A4=E5=88=86=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../communityGovern/cpt/project-info.vue | 7 +- src/views/modules/visual/cpts/analyse.vue | 167 +++++++++++------- 2 files changed, 106 insertions(+), 68 deletions(-) diff --git a/src/views/modules/visual/communityGovern/cpt/project-info.vue b/src/views/modules/visual/communityGovern/cpt/project-info.vue index ac6d82f2..952c3df4 100644 --- a/src/views/modules/visual/communityGovern/cpt/project-info.vue +++ b/src/views/modules/visual/communityGovern/cpt/project-info.vue @@ -586,8 +586,8 @@ export default { data.categoryList = array.map((item) => { return { - categoryCode: item.firstCategoryCode, - categoryName: item.firstCategoryName, + categoryCode: item.categoryCode, + categoryName: item.categoryName, showItem: true, projectList: item.projectList.map((subItem) => { return { @@ -596,12 +596,13 @@ export default { statusName: subItem.projectStatus == "pending" ? "待处理" : "结案", projectId: subItem.projectId, - projectId: subItem.projectId, }; }), }; }); + this.yanPan = { ...this.yanPan, ...data }; + this.yanPan.loading = false; } else { this.$message.error(msg); diff --git a/src/views/modules/visual/cpts/analyse.vue b/src/views/modules/visual/cpts/analyse.vue index 462db2f8..acc1bbab 100644 --- a/src/views/modules/visual/cpts/analyse.vue +++ b/src/views/modules/visual/cpts/analyse.vue @@ -5,7 +5,10 @@
(家属)
-
{{item.icUserName}}
+
{{item.icUserName}}
- +
@@ -112,11 +133,10 @@