|
@@ -938,6 +938,8 @@
|
|
|
this.inputForm.generateReportNumber = true
|
|
|
} else if (data.generateReportNumber === 'false') {
|
|
|
this.inputForm.generateReportNumber = false
|
|
|
+ } else if (this.commonJS.isEmpty(data.generateReportNumber)) {
|
|
|
+ this.inputForm.generateReportNumber = false
|
|
|
}
|
|
|
this.inputForm = JSON.parse(JSON.stringify(this.inputForm))
|
|
|
if (!this.commonJS.isEmpty(this.inputForm.workBeginDate) && !this.commonJS.isEmpty(this.inputForm.workEndDate)) {
|