|
@@ -124,7 +124,7 @@ export default {
|
|
|
if(!this.$util.isEmpty(this.form.date4)){
|
|
if(!this.$util.isEmpty(this.form.date4)){
|
|
|
arr.push(this.form.date4)
|
|
arr.push(this.form.date4)
|
|
|
}
|
|
}
|
|
|
- if(this.$util.isEmpty(arr)){
|
|
|
|
|
|
|
+ if(this.form.presell == 1 && this.$util.isEmpty(arr)){
|
|
|
this.$msg('请填写日期')
|
|
this.$msg('请填写日期')
|
|
|
return false
|
|
return false
|
|
|
}
|
|
}
|