|
@@ -340,12 +340,18 @@ export default {
|
|
|
break
|
|
|
}
|
|
|
item.lastDate = item.lastDate !== '' && item.lastDate !== null ? this.BaseTool.Date.formatter(item.lastDate, this.BaseTool.Date.PICKER_NORM_DATE_PATTERN) : ''
|
|
|
+ item.checkFileList.forEach(item => {
|
|
|
+ item.id = null
|
|
|
+ })
|
|
|
+ item.checkImgList.forEach(item => {
|
|
|
+ item.id = null
|
|
|
+ })
|
|
|
})
|
|
|
if (status) return
|
|
|
const params = {
|
|
|
sbMeasureLogDTOList: this.ListForm.filter(item => !(!item.sbStatus && item.requirement === '' && item.lastDate === ''))
|
|
|
}
|
|
|
- // console.log(params)
|
|
|
+ console.log(params)
|
|
|
importMeasure(params).then(res => {
|
|
|
this.$message.success('检定完成!')
|
|
|
this.handleCancel()
|