zh 2 anni fa
parent
commit
c6fb9fa617
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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) {