Commit 544d377a by Sweet Zhang

出单经纪公司不显示修复

parent 7727a5f5
...@@ -482,21 +482,22 @@ const policyInfoFormConfig = ref([ ...@@ -482,21 +482,22 @@ const policyInfoFormConfig = ref([
}, },
{ {
type: 'select', type: 'select',
prop: 'reconciliationCode', prop: 'reconciliationCompanyBizId',
label: '出单经纪公司', label: '出单经纪公司',
api: '/insurance/base/api/insuranceReconciliationCompany/page', api: '/insurance/base/api/insuranceReconciliationCompany/page',
keywordField: 'queryContent', keywordField: 'queryContent',
requestParams: { pageNo: 1, pageSize: 500 }, requestParams: { pageNo: 1, pageSize: 500 },
placeholder: '输入公司名称搜索', placeholder: '输入公司名称搜索',
debounceWait: 500, // 自定义防抖时间 debounceWait: 500, // 自定义防抖时间
valueKey: 'code', valueKey: 'reconciliationCompanyBizId',
labelKey: 'name', labelKey: 'name',
transform: res => { transform: res => {
return res?.data.records || [] return res?.data.records || []
}, },
onChangeExtraFields: { onChangeExtraFields: {
reconciliationCompanyName: 'name', reconciliationCompany: 'name',
reconciliationCompanyBizId:'reconciliationCompanyBizId' reconciliationCode:'code',
} }
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment