| src/components/select/index.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/activity/index.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/house/index.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/video/list.vue | ●●●●● patch | view | raw | blame | history |
src/components/select/index.vue
@@ -58,9 +58,7 @@ }, mounted () { setTimeout(() => { console.log(this.options) }, 3000) }, methods: { src/views/activity/index.vue
@@ -885,7 +885,7 @@ }, inputChange (e) { console.log(e) // console.log(e) if (this.searchActivity == '') { this.isShowActivityClearBtn = false } else { @@ -1594,7 +1594,6 @@ this.policeType = e.overlay.attrParams.policemanId this.policeChooseVisible = true } else if ('carId' in e.overlay.attrParams) { console.log(e.overlay.attrParams, 1111) this.policeChooseTitle = '选择警车' this.policeOption = this.policecarOption this.policeIconId = e.overlay.attrParams.id @@ -1816,7 +1815,6 @@ getRegionList (positionNewStr) { getRegionList(1, 15, positionNewStr).then(res => { console.log(11, res.data.data.list) let monitorData = res.data.data.list this.monitorOption = [] monitorData.forEach((item, index) => { @@ -1824,10 +1822,8 @@ getDevices(item.channelId).then(res => { if ('data' in res.data) { flvAddress = res.data.data.flv console.log(1111, flvAddress) } else { flvAddress = 'nodata' console.log(222, flvAddress) } this.monitorOption.push({ value: `${index}`, label: `${item.name}`, flvUrl: `${flvAddress}` }) if (index == monitorData.length - 1) { src/views/house/index.vue
@@ -785,7 +785,6 @@ } // 获得对应派出所默认展示小区 getPoliceSationVillageInfo(data).then(res => { console.log(res, this.userInfo.dept_id, 44784) let villageId = res.data.data.aoiId // let villageId = res.data.data.Md5Id //直接进入社区 默认获取万达广场的责任民警及所属辖区 @@ -1455,7 +1454,6 @@ // 获取责任民警、所属辖区 getVillageInfo (aoiId) { getVillageInfo(aoiId).then(res => { console.log(4545454, res, res.data.data.md5Id) this.getResidentialQuartersInfo(res.data.data.md5Id, '361102') this.villageInfo.policeName = res.data.data.policeName this.villageInfo.policeStationName = res.data.data.policeStationName src/views/video/list.vue
@@ -531,7 +531,6 @@ drawPositionStr += this.drawInfo.data[0].lng + ' ' + this.drawInfo.data[0].lat } console.log(extent, 111) this.insertRegionSaveList(this.drawType, drawPositionStr, this.drawName, drawPositionLineStr, extent) this.drawDialogVisible = false this.drawName = ''