走访慰问

This commit is contained in:
yanran200730
2022-02-10 10:11:05 +08:00
parent ab6624266c
commit b007cd13df
5 changed files with 79 additions and 1 deletions

View File

@@ -81,6 +81,9 @@
'appSpecialDisableLevel', 'appSpecialDisableType', 'appSpecialHealth', 'appSpecialMarriage', 'appSpecialTypeFive','isReflection','yesOrNo').then(() => {
this.getInfo(this.params.id)
})
this.dict.load('visitCondolenceReality').then(() => {
this.getList()
})
}
},
@@ -94,6 +97,19 @@
})
},
getList () {
this.instance.post(`/app/appvisitvondolence/list`, null, {
params: {
applicationId: 3,
size: 1000
}
}).then(res => {
if (res.code == 0) {
this.list = res.data.records
}
})
},
cancel (isRefresh) {
this.$emit('change', {
type: 'List',