|
@@ -565,6 +565,11 @@
|
|
// list为返回数据
|
|
// list为返回数据
|
|
this.inputForm.workAttachmentDtoList = list
|
|
this.inputForm.workAttachmentDtoList = list
|
|
})
|
|
})
|
|
|
|
+ if (this.inputForm.isNumber !== this.inputForm.number) {
|
|
|
|
+ this.$message.error('“案卷号”与“确认案卷号”不一致,请重新填写')
|
|
|
|
+ this.loading = false
|
|
|
|
+ throw new Error('“案卷号”与“确认案卷号”不一致,请重新填写')
|
|
|
|
+ }
|
|
console.log('this.inputForm.workAttachmentDtoList', this.inputForm.workAttachmentDtoList)
|
|
console.log('this.inputForm.workAttachmentDtoList', this.inputForm.workAttachmentDtoList)
|
|
// this.inputForm.createDate = this.moment(new Date()).format('YYYY-MM-DD HH:mm:ss')
|
|
// this.inputForm.createDate = this.moment(new Date()).format('YYYY-MM-DD HH:mm:ss')
|
|
this.projectReportArchiveService.saveForm(this.inputForm).then((data) => {
|
|
this.projectReportArchiveService.saveForm(this.inputForm).then((data) => {
|