Commit be3f2650 authored by XieZhiXiong's avatar XieZhiXiong
parents 592c7f64 caec6260
......@@ -314,7 +314,7 @@ const OrderProductTable:React.FC<OrderProductTableProps> = (props) => {
};
const handlePreviewWarehouse = (record) => {
setCheckProductId(record.id)
setCheckProductId(record.productId)
setWarehouseVisible(true)
}
......
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