Commit 01885b46 authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix: 处理渠道直采积分下单查找交易规则异常问题

parent e8c20cc3
......@@ -111,6 +111,7 @@ export const useProductTableChangeForPay = (ctx: ISchemaFormActions | ISchemaFor
memberId: productItem?.memberId || ctx.getFieldValue('supplyMembersId'),
memberRoleId: productItem?.memberRoleId || ctx.getFieldValue('supplyMembersRoleId'),
orderModel: orderModel,
shopId: ctx.getFieldValue('shopId'),
}).then(data => {
ctx.setFieldValue('paymentInformationResponses', data)
}).catch(err => {
......
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