测试问题修改

master
zhangdi 11 months ago
parent 49a6c09f1b
commit f3c98ec0a7
  1. 2
      src/views/businessManagement/inspection/repair.vue

@ -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)

Loading…
Cancel
Save