feat: 優化商品管理規格顯示與修復重複通知問題
This commit is contained in:
@@ -69,7 +69,6 @@ export default function InventoryAdjustmentDialog({
|
||||
product: item.productId // 這裡後端接收 product (或可用 inventory ID 擴充)
|
||||
}), {
|
||||
onSuccess: () => {
|
||||
toast.success("庫存調整成功");
|
||||
onClose();
|
||||
},
|
||||
onError: () => {
|
||||
|
||||
Reference in New Issue
Block a user