Commit 16427094 by yuzhenWang

发布测试

parent 0b2828d7
......@@ -325,8 +325,8 @@ import {
downloadPolicyFortuneAccount,
billSplitApi,
commissionExchangeRateApi,
actualPayoutDateApi,
editExchangeRateApi
actualPayoutDateApi
// editExchangeRateApi
} from '@/api/financial/commission'
import useUserStore from '@/store/modules/user'
const rateExchangeFormRef = ref(null)
......@@ -706,10 +706,10 @@ const confirmRateExchange = async () => {
formData.fortuneBizId = selectedRow.value.fortuneBizId
try {
//等待后端接口
const res = await editExchangeRateApi(formData)
ElMessage.success('结算汇率修改成功')
rateExchangeFlag.value = false
loadTableData()
// const res = await editExchangeRateApi(formData)
// ElMessage.success('结算汇率修改成功')
// rateExchangeFlag.value = false
// loadTableData()
} catch (error) {
ElMessage.success('结算汇率修改失败')
rateExchangeFlag.value = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment