| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2022-08-18 16:18:17 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2025-01-18 16:36:46 |
| | | * @LastEditTime: 2025-01-18 20:43:23 |
| | | * @FilePath: \srs-police-affairs\src\views\police\index.vue |
| | | * @Description: 辖区管理 |
| | | * |
| | |
| | | import { initMapPosition } from '@/utils/mapPositionInit' |
| | | import policeCarDetailDialog from './components/policeCarDetailDialog.vue' |
| | | import talkEquipmentDetailDialog from './components/talkEquipmentDetailDialog.vue' |
| | | |
| | | import { getEquipmentAll } from '@/api/home/index.js' |
| | | |
| | | export default { |
| | | components: { |
| | |
| | | type: 'VectorLayer' |
| | | }) |
| | | |
| | | getEquipmentPaging({ |
| | | page: this.equimentPage.currentPage, |
| | | count: 19999, |
| | | getEquipmentAll({ |
| | | ...params, |
| | | query: this.searchValue, |
| | | dwbh: this.userInfo.dept_id |
| | | name: this.searchValue, |
| | | deptId: this.userInfo.dept_id |
| | | }).then(res => { |
| | | if (res.data.data.list.length > 0) { |
| | | let arrAll = res.data.data.list.map(item => { |
| | | if (res.data.data && res.data.data.length > 0) { |
| | | let arrAll = res.data.data.map(item => { |
| | | let newName = '' |
| | | if (params.type == 0) { |
| | | newName = item.name.replace('上饶-', '') |