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
b61609c1
Commit
b61609c1
authored
May 26, 2026
by
yuzhenWang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'wyz' into 'test'
Wyz See merge request
!158
parents
a8d564c0
cddd32c9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
+11
-5
src/views/financialCenter/financialSalary.vue
+5
-4
src/views/sign/policyReceipts/premiumRecon.vue
+6
-1
No files found.
src/views/financialCenter/financialSalary.vue
View file @
b61609c1
...
...
@@ -384,11 +384,11 @@ const searchConfig = ref([
}
},
{
type
:
'
date
range'
,
type
:
'
month
range'
,
prop
:
'payoutDate'
,
label
:
'出账
日
(实)'
,
startPlaceholder
:
'开始
时间
'
,
endPlaceholder
:
'结束
时间
'
label
:
'出账
月
(实)'
,
startPlaceholder
:
'开始'
,
endPlaceholder
:
'结束'
},
{
type
:
'select'
,
...
...
@@ -818,6 +818,7 @@ const getList = async (searchParams = {}) => {
pageSize
:
pageSize
.
value
,
statusList
:
searchParams
.
statusList
||
[
'6'
]
}
const
response
=
await
getReferrerFortuneList
(
params
)
if
(
response
.
data
.
page
)
{
...
...
src/views/sign/policyReceipts/premiumRecon.vue
View file @
b61609c1
...
...
@@ -850,10 +850,15 @@ const handleUploadSuccess = (prop, Model) => {
;((
item
.
fileName
=
newObj
.
originalName
),
//文件名
(
item
.
fileType
=
newObj
.
fileType
),
//文件类型
(
item
.
fileUrl
=
newObj
.
url
),
//文件URL,
(
item
.
url
=
newObj
.
url
))
(
item
.
url
=
newObj
.
url
),
(
item
.
creatorName
=
newObj
.
creatorName
),
(
item
.
createTime
=
newObj
.
createTime
))
}
})
tempOtherFileList
.
value
=
list
console
.
log
(
'===================================='
)
console
.
log
(
'tempOtherFileList.value'
,
tempOtherFileList
.
value
)
console
.
log
(
'===================================='
)
}
}
// 下拉框改变
...
...
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