| | |
| | | getDetail, |
| | | update |
| | | } from "@/api/task/hotelReporting" |
| | | import website from '@/config/website' |
| | | export default { |
| | | data() { |
| | | return { |
| | |
| | | taskId: taskId |
| | | }).then((res) => { |
| | | this.form = res.data.data |
| | | if (this.form.uanImageUrls) { |
| | | this.form.uanImageUrls = website.minioUrl + this.form.uanImageUrls |
| | | } |
| | | if (this.form.pfImageUrls) { |
| | | this.form.pfImageUrls = website.minioUrl + this.form.pfImageUrls |
| | | } |
| | | if (this.form.scImageUrls) { |
| | | this.form.scImageUrls = website.minioUrl + this.form.scImageUrls |
| | | } |
| | | if (this.form.fireImageUrls) { |
| | | this.form.fireImageUrls = website.minioUrl + this.form.fireImageUrls |
| | | } |
| | | |
| | | }) |
| | | } |
| | | |