换接口
This commit is contained in:
@@ -515,17 +515,14 @@ export default {
|
||||
|
||||
// 获取个人信息
|
||||
getOwnerInfo(idNumber) {
|
||||
this.$instance.post(`/app/appepidemicpreventionregisterinfo/list`, null, {
|
||||
this.$instance.post(`/app/appepidemicpreventionregisterinfo/queryDetailByIdNumber`, null, {
|
||||
params: {
|
||||
idNumber: idNumber,
|
||||
current: this.current,
|
||||
size: 10,
|
||||
infoType: '0',
|
||||
}
|
||||
}).then(res => {
|
||||
if(res?.data) {
|
||||
this.form.name = res.data.records?.[0]?.name || ''
|
||||
this.form.phone = res.data.records?.[0]?.phone || ''
|
||||
this.form.name = res.data.name || ''
|
||||
this.form.phone = res.data.phone || ''
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user