diff --git a/src/api/ebiz/parentList/parentList.js b/src/api/ebiz/parentList/parentList.js index e70cded94..4b8fd84b1 100644 --- a/src/api/ebiz/parentList/parentList.js +++ b/src/api/ebiz/parentList/parentList.js @@ -1,7 +1,7 @@ import request from '@/assets/js/utils/request' import getUrl from '@/assets/js/utils/get-url' -// 代理人客户列表 +// 查询父母列表数据的接口 export function getAllowanceBaseList(data) { return request({ url: getUrl('/agent/allowanceBase/getAllowanceBaseList', 1), @@ -10,10 +10,10 @@ export function getAllowanceBaseList(data) { }) } -//查询代理人客户信息 -export function getAgentCustomerInfo(data) { +// 列表父母信息录入校验的接口 +export function check(data) { return request({ - url: getUrl('/customer/agent/getAgentCustomerInfo', 1), + url: getUrl('/agent/allowanceBase/check', 1), method: 'post', data }) diff --git a/src/assets/js/utils/data-dictionary.js b/src/assets/js/utils/data-dictionary.js index 08745054c..e2f0879c5 100644 --- a/src/assets/js/utils/data-dictionary.js +++ b/src/assets/js/utils/data-dictionary.js @@ -3616,6 +3616,7 @@ export default { { id: '2', text: '重新投保' } ], + // // 津贴申请-证件类型的枚举(父母津贴申请功能专用,因为父母津贴功能中证件类型没有出生证,所以在此创建一个新的枚举,供父母津贴功能专用) allowanceIdType: [ { id: 1, text: '居民身份证' }, @@ -3634,4 +3635,5 @@ export default { { id: '0', text: '父亲' }, { id: '1', text: '母亲' } ] + // } diff --git a/src/components/ebiz/parentList/Parent.vue b/src/components/ebiz/parentList/Parent.vue index 48b7011fe..e1dd11553 100644 --- a/src/components/ebiz/parentList/Parent.vue +++ b/src/components/ebiz/parentList/Parent.vue @@ -2,22 +2,15 @@
暂无数据