liuyg
2021-12-10 56a2e064f54346cf312736d8652863c0e5d197b7
src/store/getters.js
@@ -28,5 +28,7 @@
  flowRoutes: state => state.dict.flowRoutes,
  //控制按钮消失(表格右侧显影按钮)
  clearOtherBut: state => state.control.clearOtherBut,
  windowWidth: state => state.control.windowWidth,
  windowHeight: state => state.control.windowHeight,
}
export default getters