Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-csf-front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yuzhenWang
yd-csf-front
Commits
34bd58a3
Commit
34bd58a3
authored
May 14, 2026
by
yuzhenWang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化3
parent
0b805847
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
src/views/financialCenter/payables.vue
+16
-0
No files found.
src/views/financialCenter/payables.vue
View file @
34bd58a3
...
...
@@ -641,6 +641,22 @@ const searchFormRef = ref(null)
const
searchParams
=
ref
({})
const
searchConfig
=
ref
([
{
type
:
'select'
,
prop
:
'brokerBizIdList'
,
label
:
'转介人'
,
api
:
'/insurance/base/api/userSaleExpand/page'
,
keywordField
:
'realName'
,
requestParams
:
{
pageNo
:
1
,
pageSize
:
9999
},
placeholder
:
'输入转介人名称搜索'
,
debounceWait
:
500
,
// 自定义防抖时间
valueKey
:
'clientUserBizId'
,
labelKey
:
'realName'
,
multiple
:
true
,
transform
:
res
=>
{
return
res
?.
data
.
records
||
[]
}
},
{
type
:
'input'
,
prop
:
'policyNo'
,
label
:
'保单号'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment