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
6747f567
Commit
6747f567
authored
May 08, 2026
by
yuzhenWang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'wyz' into 'test'
发布测试 See merge request
!127
parents
0b469171
16427094
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
src/views/financialCenter/financialBilling.vue
+6
-6
No files found.
src/views/financialCenter/financialBilling.vue
View file @
6747f567
...
@@ -325,8 +325,8 @@ import {
...
@@ -325,8 +325,8 @@ import {
downloadPolicyFortuneAccount
,
downloadPolicyFortuneAccount
,
billSplitApi
,
billSplitApi
,
commissionExchangeRateApi
,
commissionExchangeRateApi
,
actualPayoutDateApi
,
actualPayoutDateApi
editExchangeRateApi
//
editExchangeRateApi
}
from
'@/api/financial/commission'
}
from
'@/api/financial/commission'
import
useUserStore
from
'@/store/modules/user'
import
useUserStore
from
'@/store/modules/user'
const
rateExchangeFormRef
=
ref
(
null
)
const
rateExchangeFormRef
=
ref
(
null
)
...
@@ -706,10 +706,10 @@ const confirmRateExchange = async () => {
...
@@ -706,10 +706,10 @@ const confirmRateExchange = async () => {
formData
.
fortuneBizId
=
selectedRow
.
value
.
fortuneBizId
formData
.
fortuneBizId
=
selectedRow
.
value
.
fortuneBizId
try
{
try
{
//等待后端接口
//等待后端接口
const
res
=
await
editExchangeRateApi
(
formData
)
//
const res = await editExchangeRateApi(formData)
ElMessage
.
success
(
'结算汇率修改成功'
)
//
ElMessage.success('结算汇率修改成功')
rateExchangeFlag
.
value
=
false
//
rateExchangeFlag.value = false
loadTableData
()
//
loadTableData()
}
catch
(
error
)
{
}
catch
(
error
)
{
ElMessage
.
success
(
'结算汇率修改失败'
)
ElMessage
.
success
(
'结算汇率修改失败'
)
rateExchangeFlag
.
value
=
true
rateExchangeFlag
.
value
=
true
...
...
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