保安服务企业管理项目备份
liuyg
2021-11-30 93b69073443d8b7ea2dfc93b1b8c4bb201f3d56d
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: {