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
cddd32c9
Commit
cddd32c9
authored
May 26, 2026
by
yuzhenWang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
最新优化1
parent
294926dc
Show 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 @
cddd32c9
...
@@ -384,11 +384,11 @@ const searchConfig = ref([
...
@@ -384,11 +384,11 @@ const searchConfig = ref([
}
}
},
},
{
{
type
:
'
date
range'
,
type
:
'
month
range'
,
prop
:
'payoutDate'
,
prop
:
'payoutDate'
,
label
:
'出账
日
(实)'
,
label
:
'出账
月
(实)'
,
startPlaceholder
:
'开始
时间
'
,
startPlaceholder
:
'开始'
,
endPlaceholder
:
'结束
时间
'
endPlaceholder
:
'结束'
},
},
{
{
type
:
'select'
,
type
:
'select'
,
...
@@ -818,6 +818,7 @@ const getList = async (searchParams = {}) => {
...
@@ -818,6 +818,7 @@ const getList = async (searchParams = {}) => {
pageSize
:
pageSize
.
value
,
pageSize
:
pageSize
.
value
,
statusList
:
searchParams
.
statusList
||
[
'6'
]
statusList
:
searchParams
.
statusList
||
[
'6'
]
}
}
const
response
=
await
getReferrerFortuneList
(
params
)
const
response
=
await
getReferrerFortuneList
(
params
)
if
(
response
.
data
.
page
)
{
if
(
response
.
data
.
page
)
{
...
...
src/views/sign/policyReceipts/premiumRecon.vue
View file @
cddd32c9
...
@@ -850,10 +850,15 @@ const handleUploadSuccess = (prop, Model) => {
...
@@ -850,10 +850,15 @@ const handleUploadSuccess = (prop, Model) => {
;((
item
.
fileName
=
newObj
.
originalName
),
//文件名
;((
item
.
fileName
=
newObj
.
originalName
),
//文件名
(
item
.
fileType
=
newObj
.
fileType
),
//文件类型
(
item
.
fileType
=
newObj
.
fileType
),
//文件类型
(
item
.
fileUrl
=
newObj
.
url
),
//文件URL,
(
item
.
fileUrl
=
newObj
.
url
),
//文件URL,
(
item
.
url
=
newObj
.
url
))
(
item
.
url
=
newObj
.
url
),
(
item
.
creatorName
=
newObj
.
creatorName
),
(
item
.
createTime
=
newObj
.
createTime
))
}
}
})
})
tempOtherFileList
.
value
=
list
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