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