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 } }) }