zhanghua
2024-03-31 2abaf1a68cc38303724d7aa74d2d3ed81af6466f
src/views/intelligentPatrol/studyJudge/index.vue
@@ -233,7 +233,11 @@
                </div>
            </div>
        </div>
        <el-dialog  :append-to-body="true" :visible.sync="isShowDialog" title="调度信息">
        <el-dialog
            :append-to-body="true"
            :visible.sync="isShowDialog"
            title="调度信息"
        >
            <MyDispatch
                v-if="isShowDialog"
                :mytype="1"
@@ -265,7 +269,7 @@
import basecase from "@/api/operate/basecase";
import baseInfo from "@/api/baseInfo";
import { getStoreInfoList } from "@/api/operate/storeManagement";
import { FILE_ORIGINAL_URL } from "@/utils";
import { FILE_ORIGINAL_PATH } from "@/utils";
import { validateCarNum } from "@/utils/validate";
import MyDispatch from "@/components/dispatch";
// import InspectionTable from "@/views/intelligentPatrol/studyJudge/inspectionTable/index.vue";
@@ -470,12 +474,10 @@
            this.zoom = 18;
            this.mark = { title: this.currentEvent.address };
            if (this.currentEvent?.picData) {
                item = item.replace("http://111.1.140.92:28081/sccg/API/img?fileUrl=","")
                this.imageList = this.currentEvent.picData
                    .split(",")
                    .map((item) => `${FILE_ORIGINAL_URL}sccg/API/img?fileUrl=${item}`);
                // this.imageList =['https://www.shutterstock.com/image-photo/grandmother-holding-grandson-her-lap-600w-1954531321.jpg','https://www.shutterstock.com/image-photo/grandmother-holding-grandson-her-lap-600w-1954531321.jpg']
                    .map((item) => FILE_ORIGINAL_PATH + item);
            }
            if (this.currentEvent?.alarmTime || this.currentEvent?.currentAlarmTime) {
                const { alarmTime, currentAlarmTime } = this.currentEvent;