Commit c683b11e authored by dragondean@qq.com's avatar dragondean@qq.com

解决语言冲突

parent 4248c511
......@@ -2594,7 +2594,8 @@ export default {
customDraweeVOList: this.customDraweeList,
// transportUpdateReqVOList: this.transportList.filter(item => item._enabled),
orderItemVOList: this.getProductListWithDefaultValue(),
type: this.form.type?.join(",")
type: this.form.type?.join(","),
hasConsignee: this.hasConsignee
})
updateOrder(data).then((response) => {
this.$message({
......@@ -2616,7 +2617,8 @@ export default {
customDraweeVOList: this.customDraweeList,
// transportUpdateReqVOList: this.transportList.filter(item => item._enabled),
orderItemVOList: this.getProductListWithDefaultValue(),
type: this.form.type?.join(",")
type: this.form.type?.join(","),
hasConsignee: this.hasConsignee
})
// 校验目的国与收货人手机号地区是否匹配
if(this.hasConsignee && data.countryCode){
......
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