Commit 5eecce85 authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix:

parent ffeba113
......@@ -151,7 +151,8 @@ export const useOrderFormInitEffect = (ctx: ISchemaFormActions | ISchemaFormAsyn
isMemberPrice: !!v.memberDiscount,
purchaseCount: v.count,
money: v.count * v.unitPrice,
productId: v.id
productId: v.id,
memberId: initValue.supplyMembersId, // 添加 memberId 字段
}
})))
}
......
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