linwei
2024-01-05 e290b038441f6430dc68f7751c57e9e67e1f3d98
src/views/publicSecurity/components/bailReportingDetail.vue
@@ -20,6 +20,7 @@
    getDetail,
    update
  } from "@/api/task/bailReporting"
  import website from '@/config/website'
  export default {
    data() {
      return {
@@ -196,6 +197,19 @@
          taskId: taskId
        }).then((res) => {
          this.form = res.data.data
          if (this.form.reachImageUrls) {
            this.form.reachImageUrls = website.minioUrl + this.form.reachImageUrls
          }
          if (this.form.returnImageUrls) {
            this.form.returnImageUrls = website.minioUrl + this.form.returnImageUrls
          }
          if (this.form.startImageUrls) {
            this.form.startImageUrls = website.minioUrl + this.form.startImageUrls
          }
          if (this.form.locationImageUrls) {
            this.form.locationImageUrls = website.minioUrl + this.form.locationImageUrls
          }
          // console.table(this.form)
        })
      }