fangyuan
2022-12-28 283866cc40a7379e00cd48ba77238194ac06ff08
增加校验
1个文件已修改
6 ■■■■■ 已修改文件
src/views/common/Audit.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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
      })
    },