@ -821,7 +821,7 @@ export default {
item.price = item.price == -1 ? '' : item.price
})
// completeImgList
this.completeImgList = JSON.parse(this.errorForm.completeImgList)
this.completeImgList = this.errorForm.completeImgList!=''?JSON.parse(this.errorForm.completeImgList):[]
this.errorForm.approveResult1 = this.errorForm.approveResult
this.nameImg = ''
this.getSpanArr(this.errorForm.tableData)