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