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