保安服务企业管理项目备份
Administrator
2021-12-16 7434e5ccf889189d24e7f4e655fbf752a0883d5b
src/store/modules/control.js
@@ -17,12 +17,14 @@
      pageSizes: [15, 30, 50, 100],
    },
    windowWidth: 1025,
    windowHeight: '',
  },
  actions: {
  },
  mutations: {
    setWindowSize: (state, data) => {
      state.windowWidth = data.innerWidth;
      state.windowHeight = data.innerHeight;
      // console.log(data)
    },
  }