fix: 编辑订单时加载length、width、area字段
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -250,7 +250,10 @@ export default {
|
||||
spec: item.productSpec,
|
||||
unit: item.unit,
|
||||
price: item.price,
|
||||
quantity: item.quantity
|
||||
quantity: item.quantity,
|
||||
length: item.length || '',
|
||||
width: item.width || '',
|
||||
area: item.area || ''
|
||||
}))
|
||||
|
||||
this.discountRate = order.discountRate
|
||||
|
||||
Reference in New Issue
Block a user