feat: deal product services
This commit is contained in:
@@ -214,8 +214,7 @@ const useDealProductTableState = () => {
|
||||
DealService.addDealProduct({
|
||||
requestBody: {
|
||||
dealId: selectedDeal.id,
|
||||
productId: product.product.id,
|
||||
quantity: product.quantity
|
||||
product: product
|
||||
}
|
||||
}).then(async ({ok, message}) => {
|
||||
if (!ok) {
|
||||
|
||||
Reference in New Issue
Block a user