| | |
| | | </div> |
| | | </template> |
| | | <script> |
| | | import { FILE_ORIGINAL_URL } from "@/utils"; |
| | | import { FILE_ORIGINAL_PATH } from "@/utils"; |
| | | export default { |
| | | data() { |
| | | return { |
| | |
| | | if (invesList.pic) { |
| | | invesList.pic.forEach((o) => { |
| | | o = o.replace("[", "").replace("]", ""); |
| | | o = o.replace("http://111.1.140.92:28081/sccg/API/img?fileUrl=","") |
| | | |
| | | |
| | | this.investigation.pic.push( |
| | | `${FILE_ORIGINAL_URL}sccg/API/img?fileUrl=${o}` |
| | | FILE_ORIGINAL_PATH + o |
| | | ); |
| | | }); |
| | | } |
| | |
| | | urls.forEach((o) => { |
| | | o = o.replace("[", "").replace("]", ""); |
| | | this.arrivalSituation.situationPic.push( |
| | | `${FILE_ORIGINAL_URL}sccg/API/img?fileUrl=${o}` |
| | | FILE_ORIGINAL_PATH + o |
| | | ); |
| | | }); |
| | | } |