fix: 编辑订单时加载length、width、area字段
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Agent
2026-04-02 09:12:26 +00:00
parent e8259fbf91
commit 2c68fe898a

View File

@@ -250,7 +250,10 @@ export default {
spec: item.productSpec, spec: item.productSpec,
unit: item.unit, unit: item.unit,
price: item.price, price: item.price,
quantity: item.quantity quantity: item.quantity,
length: item.length || '',
width: item.width || '',
area: item.area || ''
})) }))
this.discountRate = order.discountRate this.discountRate = order.discountRate