+
@@ -98,9 +99,9 @@
if (this.detailType == "volunteer") {
service_org_type = "ic_user_volunteer"
} else if (this.detailType == "community_org") {
- service_org_type = "party_unit"
- } else if (this.detailType == "party_unit") {
service_org_type = "community_org"
+ } else if (this.detailType == "party_unit") {
+ service_org_type = "party_unit"
}
this.loading = true;
const url = 'common_service_list';
@@ -160,9 +161,9 @@
if (this.detailType == "volunteer") {
service_org_type = "ic_user_volunteer"
} else if (this.detailType == "community_org") {
- service_org_type = "party_unit"
- } else if (this.detailType == "party_unit") {
service_org_type = "community_org"
+ } else if (this.detailType == "party_unit") {
+ service_org_type = "party_unit"
}
const {
data,
diff --git a/src/views/dataBoard/sida/zy/peopleRes-detail.vue b/src/views/dataBoard/sida/zy/peopleRes-detail.vue
index e4c9116de..d7025d8e4 100644
--- a/src/views/dataBoard/sida/zy/peopleRes-detail.vue
+++ b/src/views/dataBoard/sida/zy/peopleRes-detail.vue
@@ -128,7 +128,8 @@
{{ item }}
-
+
+
@@ -254,7 +255,7 @@ export default {
let mockId = 0;
let typeArr = { all: '全部', volunteer: '志愿者', community_org: '社区自组织', party_unit: '联建单位' };
- console.log('this.detailId', this.detailId);
+ console.log('this.detailType', this.detailType);
this.title = typeArr[this.detailType] + '详情';
if (this.detailType == 'volunteer') {
url = 'resident_info';