返乡登记

This commit is contained in:
yanran200730
2022-12-06 14:08:33 +08:00
parent 2d6094153e
commit 3279bdb348
9 changed files with 1383 additions and 8 deletions

View File

@@ -92,7 +92,8 @@
props: {
instance: Function,
dict: Object
dict: Object,
areaId: String
},
data() {
@@ -144,7 +145,8 @@
params: {
...this.search,
queryBeginTime: this.search.queryBeginTime ? this.search.queryBeginTime + ' 00:00:00' : '',
queryEndTime: this.search.queryEndTime ? this.search.queryEndTime + ' 23:59:59' : ''
queryEndTime: this.search.queryEndTime ? this.search.queryEndTime + ' 23:59:59' : '',
areaId: this.areaId
}
}).then(res => {
if (res.code == 0) {
@@ -154,6 +156,14 @@
})
},
changeArea () {
this.search.current = 1
this.$nextTick(() => {
this.getList()
})
},
toDeital (id) {
this.$emit('change', {
type: 'Detail',