|
|
@ -265,6 +265,7 @@ export default { |
|
|
|
let url = "/actual/base/residentBaseInfo/policyFindPersonList/list"; |
|
|
|
this.searchFormData.tagId = this.tagId; |
|
|
|
this.searchFormData.serviceId = this.serviceId; |
|
|
|
this.searchFormData.policyId = this.policyId; |
|
|
|
const { data, code, msg } = await requestPost(url, this.searchFormData); |
|
|
|
if (code === 0) { |
|
|
|
this.personList = data.list; |
|
|
|