+
liuyg
2021-11-23 1fcf0a2d6f68434ea5ff6ba055c6ab434d51f244
+
2 files modified
16 ■■■■ changed files
src/store/modules/control.js 6 ●●●●● patch | view | raw | blame | history
src/views/securityGuard/securityGuard.vue 10 ●●●●● patch | view | raw | blame | history
src/store/modules/control.js
@@ -10,6 +10,12 @@
      searchShowBtn: false,
      filterBtn: false,
    },
    changePageSize: {
      pageSize: 15,
      currentPage: 1,
      total: 0,
      pageSizes: [15, 30, 50, 100],
    },
    windowWidth: 1025,
  },
  actions: {
src/views/securityGuard/securityGuard.vue
@@ -602,10 +602,10 @@
      loading: true,
      platformLoading: false,
      page: {
        pageSize: 15,
        pageSize: 10,
        currentPage: 1,
        total: 0,
        pageSizes: [15, 30, 50, 100],
        ...this.$store.state.control.changePageSize,
      },
      roleId: "1412226235153731586",
      deptId: "1413470343230877697",
@@ -614,6 +614,7 @@
        pageSize: 10,
        currentPage: 1,
        total: 0,
        ...this.$store.state.control.changePageSize,
      },
      init: {
        roleTree: [],
@@ -695,7 +696,7 @@
            icon: "el-icon-user-solid",
            column: [
              {
                label: "所属保安公司",
                label: "企业名称",
                prop: "deptId",
                type: "tree",
                // dicUrl:
@@ -2036,7 +2037,8 @@
      );
    },
    openClosegroup(val) {
      let ql = /realName|nation|cardid|registered|sex/;
      // let ql = /realName|nation|cardid|registered|sex/;
      let ql = /realName|nation|cardid|registered/;
      for (let k in this.option.group) {
        for (let i in this.option.group[k].column) {
          if (ql.test(this.option.group[k].column[i].prop)) {