shuishen
2025-01-18 4f3d045bb0c1ae37dbdd0023c222ce1e34fe2288
系统名称调整,警力资源加载调整
4 files modified
22 ■■■■ changed files
public/index.html 2 ●●● patch | view | raw | blame | history
src/views/layout/index.vue 2 ●●● patch | view | raw | blame | history
src/views/login/index.vue 2 ●●● patch | view | raw | blame | history
src/views/police/index.vue 16 ●●●●● patch | view | raw | blame | history
public/index.html
@@ -17,7 +17,7 @@
  <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>
src/views/layout/index.vue
@@ -27,7 +27,7 @@
      </div>
      <div class="title">
        <h3>警务作战一体化平台</h3>
        <h3>信州公安警务作战一体化平台</h3>
      </div>
      <!-- 菜单导航 -->
src/views/login/index.vue
@@ -30,7 +30,7 @@
                </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">
src/views/police/index.vue
@@ -2,7 +2,7 @@
 * @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: 辖区管理
 * 
@@ -151,7 +151,7 @@
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: {
@@ -314,15 +314,13 @@
          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('上饶-', '')