Commit e35b19ba authored by Smile's avatar Smile Committed by wux

bug298 【报价列表-跟进】新增跟进页面,“编号”、“跟进状态”默认值为空了

parent 656dcbf5
...@@ -295,7 +295,6 @@ export default { ...@@ -295,7 +295,6 @@ export default {
if(offer.followUpSalesmanId){ if(offer.followUpSalesmanId){
this.$set(this.form,'followUserId',parseInt(offer.followUpSalesmanId)); this.$set(this.form,'followUserId',parseInt(offer.followUpSalesmanId));
} }
this.$set(this.form,'customerId',parseInt(offer.followUpSalesmanId))
this.customerId = offer.relationId this.customerId = offer.relationId
this.form.contactId = offer.relation === 1 ? offer.consignorId : offer.consigneeId this.form.contactId = offer.relation === 1 ? offer.consignorId : offer.consigneeId
getCustomerContactsListByCustomer({ getCustomerContactsListByCustomer({
......
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