diff --git a/src/apps/AppMonitoringObject/Detail.vue b/src/apps/AppMonitoringObject/Detail.vue index 5b5e4a85..c40d3f60 100644 --- a/src/apps/AppMonitoringObject/Detail.vue +++ b/src/apps/AppMonitoringObject/Detail.vue @@ -32,7 +32,7 @@
- {{ info.politicsStatus }} + {{ $dict.getLabel('fpPoliticalOutlook', info.politicsStatus) }}
@@ -161,7 +161,7 @@ {{ info.income7 }}元
-
+
@@ -277,7 +277,7 @@ export default { this.isFrom = true } this.$dict.load(['fpType', 'riskEliminationMethod', 'fpRiskType', 'fpYesOrNo', 'fpNation', 'fpEducation', 'fpStudentsInSchool', 'fpHealth', - 'fpLaborSkills', ]).then(() => { + 'fpLaborSkills', 'fpPoliticalOutlook']).then(() => { this.isGirdUser() this.getInfo() }) diff --git a/src/apps/AppMonitoringObject/List.vue b/src/apps/AppMonitoringObject/List.vue index 303adee3..ffbda197 100644 --- a/src/apps/AppMonitoringObject/List.vue +++ b/src/apps/AppMonitoringObject/List.vue @@ -116,7 +116,7 @@ export default { params: { current: this.current, size: 15, - status: this.currIndex == 1 ? '3' : '1', + status: this.currentTabs == 1 ? '3' : '1', // addressAreaId: this.areaId, name: this.keyword },