src/views/common/Audit.vue
@@ -487,6 +487,7 @@ this.picShow = res }) } if (res.reportMaterials) { var addressList = res.reportMaterials.split(",") for (let item of addressList) { if (item === '' || item === null) { @@ -497,6 +498,8 @@ }) } } } this.checkVisible = true }) }, @@ -594,6 +597,7 @@ this.picShow = res }) } if (res.reportMaterials) { var addressList = res.reportMaterials.split(",") for (let item of addressList) { if (item === '' || item === null) { @@ -604,6 +608,8 @@ }) } } } this.infoAduitDialogVisible = true }) },