市北新大屏
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
1.4 KiB

2 years ago
const getter = {
scale: state => state.basic.scale,
agencyId: state => state.anningScreen.agencyId,
monthId: state => state.anningScreen.monthId,
shibeiScale: state => state.shibeiScreen.shibeiScale,
shibeiAId: state => state.shibeiScreen.shibeiAId,
shibeiAgencyType: state => state.shibeiScreen.shibeiAgencyType,
shibeiMapCenter: state => state.shibeiScreen.shibeiMapCenter,
projectBoxVisible: state => state.shibeiScreen.projectBoxVisible,
projectId: state => state.shibeiScreen.projectId,
standardScale: state => state.standardScreen.standardScale,
standardAId: state => state.standardScreen.standardAId,
standardAgencyType: state => state.standardScreen.standardAgencyType,
standardMapCenter: state => state.standardScreen.standardMapCenter,
standardProjectBoxVisible: state => state.standardScreen.standardProjectBoxVisible,
standardProjectId: state => state.standardScreen.standardProjectId,
luzhouScale: state => state.luzhouScreen.luzhouScale,
luzhouAId: state => state.luzhouScreen.luzhouAId,
luzhouAgencyType: state => state.luzhouScreen.luzhouAgencyType,
luzhouMapCenter: state => state.luzhouScreen.luzhouMapCenter,
changjiangScale: state => state.changjiangScreen.changjiangScale,
changjiangDeptId: state => state.changjiangScreen.changjiangDeptId,
changjiangDeptName: state => state.changjiangScreen.changjiangDeptName
}
export default getter