+
+
+

+
{{ data.name }}
-
- {{ data.householdSituation }}
+
-
- {{ data.birthday }}
-
-
{{ data.fullName }}
@@ -55,7 +63,7 @@ export default {
},
methods: {
getDatas() {
- this.$http.post("/actual/base/peopleRoomOverview/getPersonalFile?resid=" + this.queryParams.resid, this.queryParams).then(({ data: res }) => {
+ this.$http.post("/actual/base/peopleRoomOverview/getPersonalFile?resid=" + this.queryParams.resid, this.queryParams).then(({data: res}) => {
if (res.code == 0) {
this.data = res.data;
}
@@ -65,86 +73,97 @@ export default {
};
-
diff --git a/src/views/dataBoard/cpts/personnel/modules/PointsRecord.vue b/src/views/dataBoard/cpts/personnel/modules/PointsRecord.vue
index ab728ad39..b6d4ae9b5 100644
--- a/src/views/dataBoard/cpts/personnel/modules/PointsRecord.vue
+++ b/src/views/dataBoard/cpts/personnel/modules/PointsRecord.vue
@@ -1,5 +1,5 @@
-