|
@@ -322,6 +322,7 @@ export default {
|
|
|
[orderBaseProductAdd, orderBaseProductUpdate][row.id ? 1 : 0](row).then(res => {
|
|
|
this.isEditIndex = -1
|
|
|
this.getOrderBaseProduct()
|
|
|
+ this.getOrderBaseLogList()
|
|
|
})
|
|
|
} else {
|
|
|
this.isEditIndex = -1
|
|
@@ -336,6 +337,7 @@ export default {
|
|
|
orderProductId: row.id
|
|
|
}).then(res => {
|
|
|
this.getOrderBaseProduct()
|
|
|
+ this.getOrderBaseLogList()
|
|
|
})
|
|
|
} else {
|
|
|
this.orderInfo.orderProducts.splice(index, 1)
|