Commit 3598d82f authored by 黄奎's avatar 黄奎

页面修改

parent 1aef593d
...@@ -1309,7 +1309,7 @@ ...@@ -1309,7 +1309,7 @@
getRate(ID) { getRate(ID) {
this.currencyTypeArr.forEach(x => { this.currencyTypeArr.forEach(x => {
if (x.ID == ID) { if (x.ID == ID) {
this.queryMsg.RateInput = x.Rate; this.queryMsg.RateInput = x.CurrentRate;
} }
}); });
}, },
......
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