Commit 3c649852 authored by rainbowmorel@163.com's avatar rainbowmorel@163.com

buyerMemberName to buyerMemberId

parent 0f23d3f9
......@@ -84,7 +84,7 @@ export class HandleFormSubmit {
digest: data?.digest,
remark: data?.remark,
member: {
buyerMemberId: data?.buyerMemberName,
buyerMemberId: data?.buyerMemberId,
buyerMemberName: data?.buyerMemberName,
buyerRoleId: data?.vendorMemberId,
roleType: 2,
......
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