Commit 343dd8b7 by yuzhenWang

Merge branch 'test' into 'feature-20250827wyz-写业务'

Test

See merge request !86
parents a99702c3 e8c2d9b4
......@@ -97,7 +97,7 @@ const searchConfig = ref([
requestParams: { pageNo: 1, pageSize: 20 },
placeholder: '输入转介人名称搜索',
debounceWait: 500, // 自定义防抖时间
valueKey: 'userSaleBizId',
valueKey: 'clientUserBizId',
labelKey: 'realName',
multiple: true,
transform: (res) => {
......
......@@ -386,7 +386,7 @@ const searchConfig = ref([
}
}, {
type: 'input',
prop: 'paymentTerm',
prop: 'issueNumber',
label: '缴费年期',
inputType: 'decimal',
rules: [
......
......@@ -286,7 +286,7 @@ const introducerConfig = [
},
transform: res => {
return (res?.data.records || []).map(item => ({
value: item.userSaleBizId,
value: item.clientUserBizId,
label: item.realName,
...item
}))
......@@ -519,7 +519,7 @@ const policyInfoFormConfig = ref([
},
{
type: 'select',
prop: 'policyTpye',
prop: 'policyType',
label: '保单类型',
options: [
{ label: '电子保单', value: '1' },
......
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