const ems = { state: { zdList:[] }, mutations: { SET_ZD_LIST(state, list) { state.zdList = list || [] } }, } export default ems