| | |
| | | <meta name="viewport" content="width=device-width,initial-scale=1.0"> |
| | | <link rel="icon" href="<%= BASE_URL %>affairs.ico"> |
| | | <title> |
| | | 经开区公安警务作战一体化平台 |
| | | 上饶市经开区可视化指挥调度平台 |
| | | </title> |
| | | |
| | | <script src="./static/config.js"></script> |
| | |
| | | searchExtensivelyClick () { |
| | | this.getSearchExtensively( |
| | | "81503dad589f42bf9a9e5ea5e017f329", |
| | | "361100", |
| | | "361102", |
| | | this.searchExtensivelyValue |
| | | ) |
| | | this.searchExtensivelyValBoxShow = false |
| | |
| | | this.searchExtensivelyValBoxShow = true |
| | | this.getSearchExtensively( |
| | | "81503dad589f42bf9a9e5ea5e017f329", |
| | | "361100", |
| | | "361102", |
| | | this.searchExtensivelyValue |
| | | ) |
| | | }, |
| | |
| | | this.isShowClearBtn = true |
| | | this.getSearchExtensively( |
| | | "81503dad589f42bf9a9e5ea5e017f329", |
| | | "361100", |
| | | "361102", |
| | | this.searchExtensivelyValue |
| | | ) |
| | | } |
| | |
| | | * @Last Modified time: 2022-07-29 09:15:23 |
| | | */ |
| | | |
| | | import Vue from "vue"; |
| | | import VueRouter from "vue-router"; |
| | | Vue.use(VueRouter); |
| | | import Vue from "vue" |
| | | import VueRouter from "vue-router" |
| | | Vue.use(VueRouter) |
| | | |
| | | const layout = () => import("../../views/layout/index.vue"); |
| | | const site = () => import("../../views/site/index.vue"); |
| | | const home = () => import("../../views/home/index.vue"); |
| | | const house = () => import("../../views/house/index.vue"); |
| | | const police = () => import("../../views/police/index.vue"); |
| | | const video = () => import("../../views/video/index.vue"); |
| | | const videoList = () => import("../../views/video/list.vue"); |
| | | const videoRegion = () => import("../../views/video/region.vue"); |
| | | const activity = () => import("../../views/activity/index.vue"); |
| | | const policeInfor = () => import("../../views/policeInfor/index.vue"); |
| | | const scanOrCode = () => import("../../views/scanOrCode/index.vue"); |
| | | const rentalInfo = () => import("../../views/rentalInfo/index.vue"); |
| | | const antiFraudShow = () => import("../../views/antiFraudShow/index.vue"); |
| | | const layout = () => import("../../views/layout/index.vue") |
| | | const site = () => import("../../views/site/index.vue") |
| | | const home = () => import("../../views/home/index.vue") |
| | | const house = () => import("../../views/house/index.vue") |
| | | const police = () => import("../../views/police/index.vue") |
| | | const video = () => import("../../views/video/index.vue") |
| | | const videoList = () => import("../../views/video/list.vue") |
| | | const videoRegion = () => import("../../views/video/region.vue") |
| | | const activity = () => import("../../views/activity/index.vue") |
| | | const policeInfor = () => import("../../views/policeInfor/index.vue") |
| | | const scanOrCode = () => import("../../views/scanOrCode/index.vue") |
| | | const rentalInfo = () => import("../../views/rentalInfo/index.vue") |
| | | const antiFraudShow = () => import("../../views/antiFraudShow/index.vue") |
| | | const contradictionEventShow = () => |
| | | import("../../views/contradictionEventShow/index.vue"); |
| | | const positionManage = () => import("../../views/positionManage/index.vue"); |
| | | import("../../views/contradictionEventShow/index.vue") |
| | | const positionManage = () => import("../../views/positionManage/index.vue") |
| | | const practitionersManage = () => |
| | | import("../../views/practitionersManage/index.vue"); |
| | | import("../../views/practitionersManage/index.vue") |
| | | const policeAlarmRecordsManage = () => |
| | | import("../../views/policeAlarmRecordsManage/index.vue"); |
| | | import("../../views/policeAlarmRecordsManage/index.vue") |
| | | |
| | | const comprehensiveSearch = () => |
| | | import("../../views/comprehensiveSearch/index.vue"); |
| | | const available = () => import("../../views/available/index.vue"); |
| | | const risk = () => import("../../views/risk/index.vue"); |
| | | import("../../views/comprehensiveSearch/index.vue") |
| | | const available = () => import("../../views/available/index.vue") |
| | | const risk = () => import("../../views/risk/index.vue") |
| | | |
| | | const intelligentSearch = () => |
| | | import("../../views/intelligentSearch/index.vue"); |
| | | import("../../views/intelligentSearch/index.vue") |
| | | |
| | | const login = () => import("../../views/login/index.vue"); |
| | | const login = () => import("../../views/login/index.vue") |
| | | |
| | | const routes = [ |
| | | { |
| | |
| | | }, |
| | | component: house, |
| | | }, |
| | | { |
| | | path: "policeresouce", |
| | | meta: { |
| | | title: "警力资源", |
| | | }, |
| | | component: police, |
| | | }, |
| | | // { |
| | | // path: "policeresouce", |
| | | // meta: { |
| | | // title: "警力资源", |
| | | // }, |
| | | // component: police, |
| | | // }, |
| | | |
| | | { |
| | | path: "video", |
| | | meta: { |
| | | title: "视频监控", |
| | | }, |
| | | component: video, |
| | | children: [ |
| | | { |
| | | path: "list", |
| | | meta: { |
| | | title: "列表查询", |
| | | }, |
| | | component: videoList, |
| | | }, |
| | | { |
| | | path: "region", |
| | | meta: { |
| | | title: "空间查询", |
| | | }, |
| | | component: videoRegion, |
| | | }, |
| | | ], |
| | | }, |
| | | // { |
| | | // path: "video", |
| | | // meta: { |
| | | // title: "视频监控", |
| | | // }, |
| | | // component: video, |
| | | // children: [ |
| | | // { |
| | | // path: "list", |
| | | // meta: { |
| | | // title: "列表查询", |
| | | // }, |
| | | // component: videoList, |
| | | // }, |
| | | // { |
| | | // path: "region", |
| | | // meta: { |
| | | // title: "空间查询", |
| | | // }, |
| | | // component: videoRegion, |
| | | // }, |
| | | // ], |
| | | // }, |
| | | { |
| | | path: "activity", |
| | | meta: { |
| | |
| | | // redirect: '/404', |
| | | // isAuth: false |
| | | // } |
| | | ]; |
| | | ] |
| | | |
| | | const router = new VueRouter({ |
| | | base: process.env.BASE_URL, |
| | | routes, |
| | | }); |
| | | }) |
| | | |
| | | export default router; |
| | | export default router |
| | |
| | | v-show="item.plotType == 1"> |
| | | <el-collapse-item title="燕尾箭头" :name="ywjt"> |
| | | <ul class="collapse-item-box-child-child"> |
| | | <li v-for="(tailedItem, index) in tailedAttackArrowList" |
| | | :key="tailedItem.id" |
| | | <li v-for="(tailedItem, index) in tailedAttackArrowList" :key="tailedItem.id" |
| | | @click="carOrPoliceItemClick(tailedItem.position, 'arrow')"> |
| | | {{ tailedItem.remark && tailedItem.remark.trim() != '' ? |
| | | tailedItem.remark : `燕尾箭头${index |
| | |
| | | id: 9, |
| | | label: '执法记录仪', |
| | | }] |
| | | }, { |
| | | id: 3, |
| | | label: '视频监控' |
| | | }, |
| | | // { |
| | | // id: 3, |
| | | // label: '视频监控' |
| | | // }, |
| | | // { |
| | | // id: 5, |
| | | // label: '重点单位', |
| | | // children: [{ |
| | |
| | | --> |
| | | <template> |
| | | <div class="container"> |
| | | <div class="box"> |
| | | <!-- <div class="box"> |
| | | <div class="header"> |
| | | <div class="bottom-title">警情动态</div> |
| | | <div class="timeTab" v-show="historytype"> |
| | |
| | | </li> |
| | | </ul> |
| | | |
| | | <!-- <vue-seamless-scroll v-if="policeSituationRealtimeArr.length > 0" :data="policeSituationRealtimeArr" class="warp" :class-option="classOption"> --> |
| | | <div v-if="policeSituationRealtimeArr.length > 0" :data="policeSituationRealtimeArr" class="warp" |
| | | :class-option="classOption"> |
| | | <el-carousel indicator-position="none" direction="vertical" @change="changeAlarm"> |
| | |
| | | </el-carousel-item> |
| | | </el-carousel> |
| | | </div> |
| | | |
| | | <!-- </vue-seamless-scroll> --> |
| | | |
| | | <div class="warp no-data" v-else>暂无警情数据</div> |
| | | </div> |
| | | |
| | |
| | | :current-page="currentPage" @current-change="handleCurrentChange"></el-pagination> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> --> |
| | | |
| | | <svg class="border-svg"> |
| | | <defs> |
| | |
| | | position: relative; |
| | | height: 100%; |
| | | width: 100%; |
| | | background-image: url(/img/box/bottom-box.png); |
| | | // background-image: url(/img/box/bottom-box.png); |
| | | background-size: 100% 100%; |
| | | background-repeat: no-repeat; |
| | | |
| | |
| | | <template> |
| | | <div class="container" ref="Container"> |
| | | <div class="case-box" ref="caseBox"> |
| | | <!-- <div class="case-box" ref="caseBox"> |
| | | <div class="box"> |
| | | <div class="title" ref="alertBoxTitle"> |
| | | <div>值班信息(当日)</div> |
| | |
| | | <animate attributeName="stroke-dasharray" from="0, 1442" to="1442, 0" dur="8s" repeatCount="indefinite" /> |
| | | </use> |
| | | </svg> |
| | | </div> |
| | | </div> --> |
| | | |
| | | <div class="alert-box" ref="alertBox "> |
| | | <!-- <div class="alert-box" ref="alertBox "> |
| | | <div class="box"> |
| | | <div class="title"> |
| | | 警情统计 |
| | |
| | | <animate attributeName="stroke-dasharray" from="0, 1442" to="1442, 0" dur="8s" repeatCount="indefinite" /> |
| | | </use> |
| | | </svg> |
| | | </div> |
| | | </div> --> |
| | | |
| | | <!-- <div class="alert-box" ref="alertBox"> |
| | | <div class="title" ref="alertBoxTitle"> |
| | |
| | | </div> |
| | | </div>--> |
| | | |
| | | <div class="crowd-box" ref="crowdBox"> |
| | | <!-- <div class="crowd-box" ref="crowdBox"> |
| | | <div class="box"> |
| | | <div class="title">现有设备</div> |
| | | <el-main v-loading="equipmentEchartsLoading" element-loading-text="拼命加载中" |
| | |
| | | <animate attributeName="stroke-dasharray" from="0, 1442" to="1442, 0" dur="8s" repeatCount="indefinite" /> |
| | | </use> |
| | | </svg> |
| | | </div> |
| | | </div> --> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | |
| | | <scheduling-list ref="schedulingList"></scheduling-list> |
| | | |
| | | <div class="center-container" :class="{ 'show-home-center': !isShowHomeContent }"> |
| | | <!-- <div class="center-container" :class="{ 'show-home-center': !isShowHomeContent }"> |
| | | <div class="layers-control-btn area"> |
| | | <el-checkbox v-model="areaPolygonLayerShow" @change="areaPolygonChange">辖区</el-checkbox> |
| | | </div> |
| | | <!-- <div class="layers-control-btn house"> <el-checkbox v-model="houseLayerShow" @change="houseChange">小区</el-checkbox> </div> --> |
| | | <div class="layers-control-btn car"> |
| | | <el-checkbox v-model="carLayerShow" @change="carChange">警车</el-checkbox> |
| | | </div> |
| | |
| | | <el-checkbox v-model="bWCameraLayerShow" @change="bWCameraChange">执法记录仪</el-checkbox> |
| | | </div> |
| | | |
| | | <!-- <div class="layers-control-btn moitor"> <el-checkbox v-model="monitoringLayerShow" @change="monitoringChange">监控</el-checkbox> </div> --> |
| | | <div class="layers-control-btn panorama"> |
| | | <el-checkbox v-model="panoramaLayerShow" @change="panoramaChange">全景</el-checkbox> |
| | | </div> |
| | | <div class="layers-control-btn police-situation"> |
| | | <el-checkbox v-model="policeSituationLayerShow" @change="policeSituationChange">警情</el-checkbox> |
| | | </div> |
| | | </div> |
| | | </div> --> |
| | | |
| | | <div v-show="isShowHomeContent" ref="RegionSelect" style="left: 0;" class="region-select"> |
| | | <map-select class="map-select" @selectCheck="policeStationSelect" :checkValue="policeStationCheckValue" |
| | |
| | | |
| | | <div class="nav-tab" ref="navTabBox"> |
| | | <div class="nav" :class="navType == 0 ? 'choosed' : ''" @click="navClick" data-type="0">基本信息</div> |
| | | <div class="nav" :class="navType == 1 ? 'choosed' : ''" @click="navClick" data-type="1">报警信息</div> |
| | | <!-- <div class="nav" :class="navType == 1 ? 'choosed' : ''" @click="navClick" data-type="1">报警信息</div> --> |
| | | </div> |
| | | |
| | | <div class="base-info" v-show="navType == 0"> |
| | | <div class="sub-nav-list"> |
| | | <div class="sub-nav" :class="{ on: subNavType == 1 }" @click="switchSubNav(1)">楼栋</div> |
| | | <div class="sub-nav" :class="{ on: subNavType == 2 }" @click="switchSubNav(2)">出入口</div> |
| | | <div class="sub-nav" :class="{ on: subNavType == 3 }" @click="switchSubNav(3)">停车场</div> |
| | | <div class="sub-nav" :class="{ on: subNavType == 4 }" @click="switchSubNav(4)">商业</div> |
| | | <!-- <div class="sub-nav" :class="{ on: subNavType == 2 }" @click="switchSubNav(2)">出入口</div> --> |
| | | <!-- <div class="sub-nav" :class="{ on: subNavType == 3 }" @click="switchSubNav(3)">停车场</div> --> |
| | | <!-- <div class="sub-nav" :class="{ on: subNavType == 4 }" @click="switchSubNav(4)">商业</div> --> |
| | | </div> |
| | | |
| | | <div class="floor-content" v-show="subNavType == 1"> |
| | |
| | | // 原来 361100 临时361102 |
| | | this.getSearchExtensivelyBgAoiDeepdata( |
| | | "81503dad589f42bf9a9e5ea5e017f329", |
| | | "361100", |
| | | "361102", |
| | | this.$route.query.id, |
| | | "1|3" |
| | | ) |
| | |
| | | // 大搜之搜索面详细数据(停车场出入口商场)--默认万达华府 |
| | | this.getSearchExtensivelyBgAoiDeepdata( |
| | | "81503dad589f42bf9a9e5ea5e017f329", |
| | | "361100", |
| | | "361102", |
| | | villageId, |
| | | "1|3" |
| | | ) |
| | |
| | | |
| | | this.getSearchExtensivelyBgAoiDeepdata( |
| | | "81503dad589f42bf9a9e5ea5e017f329", |
| | | "361100", |
| | | "361102", |
| | | current.id, |
| | | "1|3" |
| | | ) |
| | |
| | | this.pictLoading = true |
| | | this.isShowHouseBox = true |
| | | } |
| | | if (res.data.result != []) { |
| | | if (res && res.data && res.data.result && Array.isArray(res.data.result) && res.data.result.length > 0) { |
| | | let houseUintList = res.data.result[0] |
| | | this.unitAllArr = houseUintList |
| | | // 林家小区小区下只有楼栋情况 |
| | |
| | | // sitePitch: -60, |
| | | // }) |
| | | this.$EventBus.$emit("toPosition", { |
| | | ...item, |
| | | ... , |
| | | siteJd: Number(item.siteJd), |
| | | siteWd: Number(item.siteWd) - 0.0021, |
| | | siteGd: 240, |
| | |
| | | // 楼栋单元楼层户室查询-大搜 |
| | | this.getUnitHousesData( |
| | | "81503dad589f42bf9a9e5ea5e017f329", |
| | | "361100", |
| | | "361102", |
| | | item.build_uid, |
| | | "1|3", |
| | | buildId) |
| | |
| | | let bgId = res.data.data.properties.bg_buildid |
| | | getSearchExtensively( |
| | | "81503dad589f42bf9a9e5ea5e017f329", |
| | | "361100", |
| | | "361102", |
| | | "", |
| | | bgId |
| | | ).then((res) => { |
| | |
| | | <div class="base-info" v-show="navType == 0"> |
| | | <div class="sub-nav-list"> |
| | | <div class="sub-nav" :class="{ on: subNavType == 1 }" @click="switchSubNav(1)">楼栋</div> |
| | | <div class="sub-nav" :class="{ on: subNavType == 2 }" @click="switchSubNav(2)">出入口</div> |
| | | <div class="sub-nav" :class="{ on: subNavType == 3 }" @click="switchSubNav(3)">停车场</div> |
| | | <!-- <div class="sub-nav" :class="{ on: subNavType == 2 }" @click="switchSubNav(2)">出入口</div> --> |
| | | <!-- <div class="sub-nav" :class="{ on: subNavType == 3 }" @click="switchSubNav(3)">停车场</div> --> |
| | | <div class="sub-nav" :class="{ on: subNavType == 4 }" @click="switchSubNav(4)">商业</div> |
| | | </div> |
| | | |
| | |
| | | // 原来 361100 临时361102 |
| | | this.getSearchExtensivelyBgAoiDeepdata( |
| | | "81503dad589f42bf9a9e5ea5e017f329", |
| | | "361100", |
| | | "361102", |
| | | this.$route.query.id, |
| | | "1|3" |
| | | ) |
| | |
| | | // 大搜之搜索面详细数据(停车场出入口商场)--默认万达华府 |
| | | this.getSearchExtensivelyBgAoiDeepdata( |
| | | "81503dad589f42bf9a9e5ea5e017f329", |
| | | "361100", |
| | | "361102", |
| | | villageId, |
| | | "1|3" |
| | | ) |
| | |
| | | |
| | | this.getSearchExtensivelyBgAoiDeepdata( |
| | | "81503dad589f42bf9a9e5ea5e017f329", |
| | | "361100", |
| | | "361102", |
| | | current.id, |
| | | "1|3" |
| | | ) |
| | |
| | | // 楼栋单元楼层户室查询-大搜 |
| | | this.getUnitHousesData( |
| | | "81503dad589f42bf9a9e5ea5e017f329", |
| | | "361100", |
| | | "361102", |
| | | item.build_uid, |
| | | "1|3", |
| | | buildId) |
| | |
| | | let bgId = res.data.data.properties.bg_buildid |
| | | getSearchExtensively( |
| | | "81503dad589f42bf9a9e5ea5e017f329", |
| | | "361100", |
| | | "361102", |
| | | "", |
| | | bgId |
| | | ).then((res) => { |
| | |
| | | </div> |
| | | |
| | | <div class="title"> |
| | | <h3>经开区公安警务作战一体化平台</h3> |
| | | <h3>上饶市经开区可视化指挥调度平台</h3> |
| | | </div> |
| | | |
| | | <!-- 菜单导航 --> |
| | |
| | | <i class="el-icon-user-back"></i> |
| | | 运维管理 |
| | | </div> --> |
| | | <div class="back-system" :style="{ color: currentUrl == '/layout/available' ? '#fcbd56' : '#fff' }" |
| | | <!-- <div class="back-system" :style="{ color: currentUrl == '/layout/available' ? '#fcbd56' : '#fff' }" |
| | | @click="goToPage('/layout/available')"> |
| | | <i class="el-icon-s-grid"></i> |
| | | 可用资源 |
| | |
| | | @click="goToPage('/layout/risk')"> |
| | | <i class="el-icon-s-grid"></i> |
| | | 风险隐患 |
| | | </div> |
| | | </div> --> |
| | | <div class="edit" @click="resetPsd"> |
| | | <i class="el-icon-edit"></i> |
| | | 修改密码 |
| | |
| | | </div> |
| | | <div :class="{ 'copyright-box-shouye': isShouYe, 'copyright-box': !isShouYe, }" |
| | | v-show="this.$store.state.popupParams.isShowHomeContent"> |
| | | 版权所有:经开分局 |
| | | <!-- 版权所有:经开分局 --> |
| | | <!-- <br />技术支持:户政大队/科信大队 --> |
| | | </div> |
| | | </div> |
| | |
| | | resetPsdPopupShow: false, |
| | | menuLeftList: [ |
| | | { |
| | | menuName: '首页', |
| | | menuName: '全域可视化', |
| | | path: '/layout/home' |
| | | }, |
| | | { |
| | | menuName: '社区感知', |
| | | path: '/layout/house' |
| | | }, |
| | | { |
| | | menuName: '警力资源', |
| | | path: '/layout/policeresouce' |
| | | // { |
| | | // menuName: '警力资源', |
| | | // path: '/layout/policeresouce' |
| | | |
| | | }, |
| | | { |
| | | menuName: '视频监控', |
| | | path: '/layout/video/list', |
| | | childrenFlag: false, |
| | | children: [ |
| | | { |
| | | menuName: '视频预览', |
| | | path: '/layout/video/list' |
| | | }, |
| | | { |
| | | menuName: '视频巡逻', |
| | | path: '/layout/video/region' |
| | | } |
| | | ] |
| | | }, |
| | | // }, |
| | | // { |
| | | // menuName: '视频监控', |
| | | // path: '/layout/video/list', |
| | | // childrenFlag: false, |
| | | // children: [ |
| | | // { |
| | | // menuName: '视频预览', |
| | | // path: '/layout/video/list' |
| | | // }, |
| | | // { |
| | | // menuName: '视频巡逻', |
| | | // path: '/layout/video/region' |
| | | // } |
| | | // ] |
| | | // }, |
| | | ], |
| | | menuRightList: [ |
| | | // { |
| | | // menuName: '电子沙盘', |
| | | // path: '/layout/activity' |
| | | // }, |
| | | // { |
| | | // menuName: '警情信息', |
| | | // path: '/layout/policeinfor' |
| | | // }, |
| | | { |
| | | menuName: '电子沙盘', |
| | | path: '/layout/activity' |
| | | }, |
| | | { |
| | | menuName: '警情信息', |
| | | path: '/layout/policeinfor' |
| | | }, |
| | | { |
| | | menuName: '扫码应用', |
| | | path: '/layout/scanOrCode', |
| | | menuName: '场所展示', |
| | | // path: '/layout/scanOrCode', |
| | | path: '/layout/site', |
| | | childrenFlag: false, |
| | | children: [ |
| | | // { |
| | | // menuName: '群众上报', |
| | | // path: '/layout/scanOrCode' |
| | | // }, |
| | | { |
| | | menuName: '九小场所', |
| | | path: '/layout/site' |
| | | }, |
| | | // { |
| | | // menuName: '九小场所', |
| | | // path: '/layout/site' |
| | | // }, |
| | | // { |
| | | // menuName: '矛盾纠纷', |
| | | // path: '/layout/contradictionEventShow' |
| | |
| | | </el-form> |
| | | </div>--> |
| | | <!-- </div> --> |
| | | <div class="loginTitle">经开区公安警务作战一体化平台</div> |
| | | <div class="loginTitle">上饶市经开区可视化指挥调度平台</div> |
| | | <div class="layui-form login_content"> |
| | | <p>用户登录</p> |
| | | <el-form :model="loginForm" ref="formName" status-icon :rules="rules"> |
| | |
| | | <el-table-column label="操作" align="center" |
| | | :min-width="typeValue == 0 || typeValue == 2 || typeValue == 3 ? '30%' : '18%'"> |
| | | <template slot-scope="scope"> |
| | | <el-button :disabled="whetherPosition(scope.row)" @click="rowClick(scope.row)" type="text" |
| | | size="small" title="定位"> |
| | | <el-button :disabled="whetherPosition(scope.row)" @click="rowClick(scope.row)" type="text" size="small" |
| | | title="定位"> |
| | | <i class="el-icon-location" :style="{ color: positionColor(scope.row) }"></i> |
| | | </el-button> |
| | | <el-button v-show="navType != 1" @click="equipmentTrack(scope.row)" type="text" size="small" |
| | | title="轨迹"> |
| | | <el-button v-show="navType != 1" @click="equipmentTrack(scope.row)" type="text" size="small" title="轨迹"> |
| | | <i class="el-icon-police-track"></i> |
| | | </el-button> |
| | | <el-button v-show="navType != 0 && navType != 2 && navType != 3" @click="play(scope.row)" type="text" |
| | |
| | | }, |
| | | |
| | | searchExtensivelyClick () { |
| | | this.getSearchExtensively('ebf48ecaa1fd436fa3d40c4600aa051f', '361100', this.searchExtensivelyValue) |
| | | this.getSearchExtensively('ebf48ecaa1fd436fa3d40c4600aa051f', '361102', this.searchExtensivelyValue) |
| | | this.searchExtensivelyValBoxShow = false |
| | | if (this.searchExtensivelyArray.length > 0) { |
| | | this.$EventBus.$emit('toPosition', { |
| | |
| | | } else { |
| | | this.searchExtensivelyValBoxShow = true |
| | | this.isShowClearBtn = true |
| | | this.getSearchExtensively('ebf48ecaa1fd436fa3d40c4600aa051f', '361100', this.searchExtensivelyValue) |
| | | this.getSearchExtensively('ebf48ecaa1fd436fa3d40c4600aa051f', '361102', this.searchExtensivelyValue) |
| | | } |
| | | this.$EventBus.$emit('mapClearLayer', { |
| | | layerName: 'searchLayer', |
| | |
| | | |
| | | searchExtensivelyFocus () { |
| | | this.searchExtensivelyValBoxShow = true |
| | | this.getSearchExtensively('ebf48ecaa1fd436fa3d40c4600aa051f', '361100', this.searchExtensivelyValue) |
| | | this.getSearchExtensively('ebf48ecaa1fd436fa3d40c4600aa051f', '361102', this.searchExtensivelyValue) |
| | | }, |
| | | |
| | | clearSearchValue () { |