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
a8bfbe34
Commit
a8bfbe34
authored
Oct 14, 2025
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
入参问题修改
parent
4f4b0e06
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/views/financialCenter/financialIncome.vue
+1
-1
src/views/financialCenter/financialSalary.vue
+1
-1
No files found.
src/views/financialCenter/financialIncome.vue
View file @
a8bfbe34
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
v-for=
"item in companyOptions"
v-for=
"item in companyOptions"
:key=
"item.value"
:key=
"item.value"
:label=
"item.label"
:label=
"item.label"
:value=
"item.
value
"
:value=
"item.
label
"
/>
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
...
...
src/views/financialCenter/financialSalary.vue
View file @
a8bfbe34
...
@@ -441,7 +441,7 @@ import { completePolicyFortune } from '@/api/financial/commission'
...
@@ -441,7 +441,7 @@ import { completePolicyFortune } from '@/api/financial/commission'
const
fetchCompletePolicyFortune
=
async
(
row
)
=>
{
const
fetchCompletePolicyFortune
=
async
(
row
)
=>
{
try
{
try
{
const
res
=
await
completePolicyFortune
({
const
res
=
await
completePolicyFortune
({
fortuneBizIdList
:
row
fortune
Account
BizIdList
:
row
});
});
console
.
log
(
res
)
console
.
log
(
res
)
if
(
res
.
code
===
200
)
{
if
(
res
.
code
===
200
)
{
...
...
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