|
|
|
@ -821,7 +821,7 @@ export default { |
|
|
|
item.price = item.price == -1 ? '' : item.price |
|
|
|
item.price = item.price == -1 ? '' : item.price |
|
|
|
}) |
|
|
|
}) |
|
|
|
// completeImgList |
|
|
|
// 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.errorForm.approveResult1 = this.errorForm.approveResult |
|
|
|
this.nameImg = '' |
|
|
|
this.nameImg = '' |
|
|
|
this.getSpanArr(this.errorForm.tableData) |
|
|
|
this.getSpanArr(this.errorForm.tableData) |
|
|
|
|