@@ -80,7 +79,8 @@
props: {
instance: Function,
- dict: Object
+ dict: Object,
+ areaId: String
},
data () {
@@ -89,7 +89,6 @@
current: 1,
size: 10,
name: '',
- arriveAreaId: '',
status: ''
},
dictList: [{
@@ -147,7 +146,6 @@
created () {
this.disabledLevel = this.user.info.areaList.length - 1
- this.search.arriveAreaId = this.user.info.areaId
this.loading = true
this.dict.load(['marriageType', 'marriagePersonType', 'modeType']).then(() => {
this.getList()
@@ -158,7 +156,8 @@
getList () {
this.instance.post(`/app/appepidemicbackhomerecord/list`, null, {
params: {
- ...this.search
+ ...this.search,
+ arriveAreaId: this.areaId
}
}).then(res => {
if (res.code == 0) {
@@ -230,7 +229,7 @@
background: transparent!important;
box-shadow: none!important;
margin: 0!important;
- padding: 12px 16px 12px!important;
+ padding: 0 0 0!important;
}
}
.statistics-top {
diff --git a/packages/wechat/AppConference/detail.vue b/packages/wechat/AppConference/detail.vue
index 839c7eb1..cdf96604 100644
--- a/packages/wechat/AppConference/detail.vue
+++ b/packages/wechat/AppConference/detail.vue
@@ -91,28 +91,28 @@
-
+
-
+
+ v-for="(item,k) in confirmStatus"
+ :key="k"
+ :label="item.label"
+ :value="k">
-
-
-
-
+
+
+ 导出
+
+
+ :tableData="info.attendees"
+ :colConfigs="colConfigs"
+ style="margin-top: 12px;"
+ :isShowPagination="false">