Przeglądaj źródła

Merge branch 'linwenxin_workOrder' of ssh://gogs.zfire.top:2222/zfire-front/zfire-newmall-admin

linwenxin 1 rok temu
rodzic
commit
64625e2c32

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