shuishen
2023-02-04 fc8c649ee770b4b27cf4679d9862076dfe1f1a54
警力资源数据筛选
1 files modified
6 ■■■■■ changed files
src/views/police/index.vue 6 ●●●●● patch | view | raw | blame | history
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: 2023-02-02 10:01:04
 * @LastEditTime: 2023-02-04 16:09:25
 * @FilePath: \srs-police-affairs\src\views\police\index.vue
 * @Description: 辖区管理
 * 
@@ -146,6 +146,8 @@
let track = null
export default {
    inject: ['userInfo'],
    data () {
        return {
            navType: 0,
@@ -237,7 +239,7 @@
        // 获取设备分页数据
        getEquipmentPaging (params) {
            getEquipmentPaging({ page: this.equimentPage.currentPage, count: this.equimentPage.pageSize, ...params, query: this.searchValue }).then(res => {
            getEquipmentPaging({ page: this.equimentPage.currentPage, count: this.equimentPage.pageSize, ...params, query: this.searchValue, dwbh: this.userInfo.dept_id }).then(res => {
                this.equimentTableData = []
                this.equimentPage.count = 0