Commit 71575d7c authored by dragondean@qq.com's avatar dragondean@qq.com

Merge branch 'feature/order_edit' into release

parents 7502278f be528127
......@@ -1855,8 +1855,8 @@
},
async creatOrder(){
if(this.hasConsignee){
const res = await this.$request.post('/app-api/ecw/region/check/dest-currency/area-code/', {
areaCode: this.params.congineeAreaCode,
const res = await this.$request.get('/app-api/ecw/region/check/dest-currency/area-code/', {
areaCode: this.params.countryCode,
currencyId: this.dstCountryList[this.currentDstCountryIndex].guojia
})
console.log("目的地货币校验", res)
......
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