Browse Source

修改bug

chenrui 1 năm trước cách đây
mục cha
commit
4bcfc3622d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/allocationManagement/transferReturn/editGrp.vue

+ 1 - 1
src/views/allocationManagement/transferReturn/editGrp.vue

@@ -619,7 +619,7 @@ export default {
     // 已选产品 退货数量  change
     returnQtyChange (val, row, pos) {
       this.localDataSource[pos].returnQty = Number(val)
-      this.handleAdd(row, true, 'noRefresh')
+      this.handleAdd(row, true, 'refresh')
     },
     // 刷新当前页面
     refashPage () {