linwenxin 1 år sedan
förälder
incheckning
b3623eab17

+ 2 - 0
src/views/workOrder/workOrderPool/detailModule/workOrderInfo/mixins/productColumns.js

@@ -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)