|
@@ -379,6 +379,7 @@ const changeExchangeRate = (row) => {
|
|
openChange.value = true;
|
|
openChange.value = true;
|
|
if (row.currencyRateJson) {
|
|
if (row.currencyRateJson) {
|
|
// let currencyRateJson = JSON.parse(row.currencyRateJson)
|
|
// let currencyRateJson = JSON.parse(row.currencyRateJson)
|
|
|
|
+
|
|
} else {
|
|
} else {
|
|
proxy.post("/currencyRate/list", {}).then(
|
|
proxy.post("/currencyRate/list", {}).then(
|
|
(res) => {
|
|
(res) => {
|