Commit 4a9852c9 authored by youjie's avatar youjie

修复

parent 6a35770e
......@@ -334,7 +334,7 @@
console.log(this.customer,'----')
this.getUserCouponList()
// #ifdef MP-DI
let employeeId = this.customer.directCustomerId?this.customer.directCustomerId:0
let employeeId = this.customer.salesBaseInfo&&this.customer.salesBaseInfo.employeeId?this.customer.salesBaseInfo.employeeId:0
this.createBy.CreateBy = employeeId
// #endif
// #ifdef MP-AG
......
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