feature-JimuReport-1106-yjl
sunzehua 4 weeks ago
parent 7dd9aba7d1
commit 07a862b72f

@ -384,6 +384,7 @@ function addInfos() {
const data = {
currencyFrom: 'RMB',
currencyTo: item.currency,
feeType: item.feeType
}
GetExchangeRate(data).then(res => {
exchangarr.value.push(res.data)
@ -438,6 +439,7 @@ function addInfos() {
const data = {
currencyFrom: 'RMB',
currencyTo: item.currency,
feeType: item.feeType
}
GetExchangeRate(data).then(res => {
exchangarr.value.push(res.data)
@ -485,6 +487,7 @@ function addInfosFee() {
const data = {
currencyFrom: currency.value,
currencyTo: item.currency,
feeType: item.feeType
}
GetExchangeRate(data).then(res => {
exchangarr.value.push(res.data)

@ -300,7 +300,7 @@ function changeApply() {
const data = {
currencyFrom: 'RMB',
currencyTo: item.currency,
feeType: item.feeType
feeType: 1
}
GetExchangeRate(data).then(res => {
exchangeData.value.push(res.data)
@ -638,6 +638,7 @@ function addDetailed() {
const data = {
currencyFrom: 'RMB',
currencyTo: item.currency,
feeType: 1
}
GetExchangeRate(data).then(res => {
exchangeData.value.push(res.data)

@ -461,6 +461,7 @@ function addDetailFree() {
const data = {
currencyFrom: 'RMB',
currencyTo: item.currency,
feeType: 1
}
GetExchangeRate(data).then(res => {
exchangarr.value.push(res.data)
@ -744,6 +745,7 @@ function addDetailed() {
const data = {
currencyFrom: 'RMB',
currencyTo: item.currency,
feeType: 1
}
GetExchangeRate(data).then(res => {
exchangarr.value.push(res.data)

Loading…
Cancel
Save