@@ -801,6 +801,7 @@
this.inputForm.auditDate = this.moment(new Date()).format('YYYY-MM-DD HH:mm:ss')
}
this.$refs['inputForm'].validate((valid) => {
+ console.log('')
if (valid) {
this.loading = true
this.inputForm.reportFileList = this.$refs.uploadComponentReport.getDataList()