diff --git a/src/views/emis/emisWaybill/waybillGot.vue b/src/views/emis/emisWaybill/waybillGot.vue index f3c078b7..141290dd 100644 --- a/src/views/emis/emisWaybill/waybillGot.vue +++ b/src/views/emis/emisWaybill/waybillGot.vue @@ -2369,7 +2369,8 @@ methods: { if(this.form.sendDate==undefined||this.form.sendDate==null||this.form.sendDate==''){ this.form.sendDate =this.sendDate; } - let qObj={from:item.currency,to:'CNY',rateDate:this.form.sendDate}; + // let qObj={from:item.currency,to:'CNY',rateDate:this.form.sendDate}; + let qObj={from:item.currency,to:'CNY',rateDate:this.sendDate}; console.log("===>getValidExchangeRate==>",qObj); let res= await getValidExchangeRate(qObj); if(res.code==200){