Commit 9cb9a862 authored by knight's avatar knight Committed by wux

bug238 从客户进入报价,没有带入客户信息

parent 9d538e20
...@@ -1079,12 +1079,14 @@ export default { ...@@ -1079,12 +1079,14 @@ export default {
this.form.consigneePhone = "" this.form.consigneePhone = ""
this.form.consigneeCountryCode = "" this.form.consigneeCountryCode = ""
this.form.consigneeEmail = "" this.form.consigneeEmail = ""
this.form.consigneeId = ""
} else { } else {
this.form.consignorName = "" this.form.consignorName = ""
this.form.consignorCompany = "" this.form.consignorCompany = ""
this.form.consignorPhone = "" this.form.consignorPhone = ""
this.form.consignorCountryCode = "" this.form.consignorCountryCode = ""
this.form.consignorEmail = "" this.form.consignorEmail = ""
this.form.consignorId = ""
} }
}, },
async getChannelList() { async getChannelList() {
......
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