linwei
2024-01-05 e290b038441f6430dc68f7751c57e9e67e1f3d98
src/views/publicSecurity/components/labelReporting.vue
@@ -18,6 +18,7 @@
    getDetail,
    update
  } from "@/api/task/labelReporting"
  import website from '@/config/website'
  export default {
    data() {
      return {
@@ -163,6 +164,13 @@
          taskId: taskId
        }).then((res) => {
          this.form = res.data.data
          if (this.form.imageUrls) {
            this.form.imageUrls = website.minioUrl + this.form.imageUrls
          }
          if (this.form.goodsImageUrls) {
            this.form.goodsImageUrls = website.minioUrl + this.form.goodsImageUrls
          }
        })
      }