|
|
|
@ -318,7 +318,7 @@ |
|
|
|
let checkAccident = true; |
|
|
|
let checkAccident = true; |
|
|
|
if(this.form.listContion.length > 0){ |
|
|
|
if(this.form.listContion.length > 0){ |
|
|
|
checkAccident = this.form.listContion.every(item => { |
|
|
|
checkAccident = this.form.listContion.every(item => { |
|
|
|
return checkNotEmpty(item.accidentContent) && checkNotEmpty(item.accidentHappened) && checkNotEmpty(item.occurrenceLocation) |
|
|
|
return checkNotEmpty(item.accidentContent) && checkNotEmpty(item.accidentHappened) && checkNotEmpty(item.occurrenceLocation) && checkNotEmpty(item.endTime) |
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|
if (!checkAccident) { |
|
|
|
if (!checkAccident) { |
|
|
|
|