|
@@ -1636,10 +1636,6 @@ export default {
|
|
limitGroupNum: this.limitGroupNum
|
|
limitGroupNum: this.limitGroupNum
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
- if (this.minBuyNum <= 0 || !this.minBuyNum) {
|
|
|
|
- this.$errorMsg('最小提货数量不能小于0或不能为空')
|
|
|
|
- return
|
|
|
|
- }
|
|
|
|
params = {
|
|
params = {
|
|
ids,
|
|
ids,
|
|
minBuyNum: this.minBuyNum,
|
|
minBuyNum: this.minBuyNum,
|