guoshipeng
2023-01-05 ffadb97c8ac3cf3c532e36311d2b0d39614e7c1e
src/views/surveyReport/index.vue
@@ -830,11 +830,12 @@
      this.showForm.problemType = obj.problemType
      this.showForm.measures = obj.measures
      this.showForm.numberTimes = obj.numberTimes
      console.log(requestObj)
      // console.log(requestObj)
      if (obj.images !== null) {
        const images = obj.images.split(',')
        images.forEach(image => {
          const url = `${requestObj.baseUrl}/static/img/` + image
          // console.log(url, 'url')
          this.showForm.fileList.push({ url })
        })
      } else {