@@ -238,7 +238,7 @@ export default {
console.log(this.formData.items)
const bol = this.formData.items.every(k=>!['', null, undefined,0, '0'].includes(k.qty))
if (!bol) {
- this.$errorMsg('机型信息数量不能为空')
+ this.$errorMsg('机型信息数量不能为空并且不能小于1')
}
return bol