shj
2022-03-31 37dde5d5a234dfcc4a45a0065091cb078ecb2bad
src/views/contingencyplan/index.vue
@@ -150,7 +150,8 @@
      uploadImgSuccess(res){
          let file = {
              fileUrl : res.fileUrl,
              fileName : res.fileName
              fileName : res.fileName,
              url:res.url
          }
          this.fileList.push(file)
      },