zh 2 years ago
parent
commit
c6fb9fa617
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/sales_policy/components/TabelTransfer.vue

+ 2 - 1
src/views/sales_policy/components/TabelTransfer.vue

@@ -1139,7 +1139,7 @@ export default {
           this.$errorMsg('最小提货数量不能小于0')
           return
         }
-        if (this.manBuyNum <= 0) {
+        if (this.maxBuyNum <= 0) {
           this.$errorMsg('最大提货组数不能小于0')
           return
         }
@@ -1261,6 +1261,7 @@ export default {
       updateLimitGrouppdate(params).then(res => {
         this.handleLimitDialogVisible()
         this.$successMsg('批量修改成功')
+        this.getPolicyLimitGroupList()
       })
     },
     handleLimitSizeChanges(val) {