From 9775fd01f87c82ddc723ac50d308b1487c762ea6 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Mon, 13 Jun 2022 15:29:42 +0800 Subject: [PATCH 1/6] =?UTF-8?q?=E7=9B=91=E6=B5=8B=E5=AF=B9=E8=B1=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppMonitoringObject/Add.vue | 13 +++++++++++++ src/apps/AppMonitoringObject/residentDetail.vue | 4 ++++ 2 files changed, 17 insertions(+) diff --git a/src/apps/AppMonitoringObject/Add.vue b/src/apps/AppMonitoringObject/Add.vue index 1db5dde1..272fcc87 100644 --- a/src/apps/AppMonitoringObject/Add.vue +++ b/src/apps/AppMonitoringObject/Add.vue @@ -100,6 +100,18 @@ +
+
+
+ * + 共同生活家庭人口数 +
+
+ +
+
+
@@ -483,6 +495,7 @@ export default { foreignWorkers: '', foreignWorkersAddress: '', houseIdNumber: '', + familyCount: '', }, $areaId: '', girdInfo: {}, diff --git a/src/apps/AppMonitoringObject/residentDetail.vue b/src/apps/AppMonitoringObject/residentDetail.vue index 6589ca9c..9fda37b9 100644 --- a/src/apps/AppMonitoringObject/residentDetail.vue +++ b/src/apps/AppMonitoringObject/residentDetail.vue @@ -65,6 +65,10 @@ {{ $dict.getLabel('fpYear', info.disabilityCertificateYear) }}
+
+ + {{ info.familyCount }} +

基础保障

From 5c3f90cefb52a8bba64965ab065a10f8cb9bcf52 Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 13 Jun 2022 16:25:17 +0800 Subject: [PATCH 2/6] 30187 --- .../AppBroadcast1/AppEquipment/detail.vue | 2 +- .../AppMessageNotification/SelectUser.vue | 21 ++++++++++++++++++- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/src/apps/AppBroadcast1/AppEquipment/detail.vue b/src/apps/AppBroadcast1/AppEquipment/detail.vue index ebb3edee..82d15559 100644 --- a/src/apps/AppBroadcast1/AppEquipment/detail.vue +++ b/src/apps/AppBroadcast1/AppEquipment/detail.vue @@ -158,7 +158,7 @@ export default { onReachBottom() { if(this.currIndex == 1) { this.current ++ - this.getList() + this.getPlayList() } } } diff --git a/src/project/police/AppMessageNotification/SelectUser.vue b/src/project/police/AppMessageNotification/SelectUser.vue index e27ff59a..a9df4744 100644 --- a/src/project/police/AppMessageNotification/SelectUser.vue +++ b/src/project/police/AppMessageNotification/SelectUser.vue @@ -10,6 +10,23 @@
+
+

部门

+ + 已选择 + 请选择 + + +
+
+

人员

+ + 已选择 + 请选择 + + +
+

选择标签

@@ -102,12 +119,13 @@ export default {