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