Commit f0f4027f authored by knight's avatar knight Committed by wux

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

parent af1ecc4b
......@@ -1119,7 +1119,7 @@ export default {
}).then(({ data }) => {
// 设置收货人或者发货人,相反需要清空另一个框的值
this.onContactAssignValueBackToDisplay(data.list.find((item) => item.customerContactsId == this.customer.customerContactsId), this.form.relation == 1 ? "consignor" : "consignee")
this.handleChangeRelation(this.form.relation == 1 ? 2 : 1)
this.handleChangeRelation(this.form.relation)
})
}
......
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