|
@@ -863,7 +863,7 @@ export default {
|
|
|
orderType: Number(formData.orderType) || 0,
|
|
|
totalAmount: Number(formData.totalAmount) || 0,
|
|
|
totalQuantity: Number(formData.totalQuantity) || 0,
|
|
|
- addressId: formData.addressId ? Number(formData.addressId) : 0,
|
|
|
+ addressId: formData.addressId ? String(formData.addressId) : '',
|
|
|
status: formData.status,
|
|
|
pcBladeOrderItemList
|
|
|
}
|