Commit 3df0f690 authored by 华国豪's avatar 华国豪 🙄

修改付款单 汇率字段PayRate

parent 203bad23
...@@ -1041,11 +1041,11 @@ export default { ...@@ -1041,11 +1041,11 @@ export default {
this.coinGetList.forEach(x=>{ this.coinGetList.forEach(x=>{
if(x.ID==i){ if(x.ID==i){
if(t==1){ if(t==1){
this.detailList.Rate=x.CurrentRate; this.detailList.Rate = x.PayRate;
this.detailList.currenName = x.Name; this.detailList.currenName = x.Name;
}else{ }else{
console.log(x) console.log(x)
this.msg.detailList[index].Rate =x.CurrentRate; this.msg.detailList[index].Rate =x.PayRate;
this.msg.detailList[index].currenName = x.Name; this.msg.detailList[index].currenName = x.Name;
} }
this.$forceUpdate(); this.$forceUpdate();
......
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