Source/ProjectWeb/src/store/modules/dict.js
@@ -9,12 +9,12 @@ actions: { FlowRoutes({commit}) { return new Promise((resolve, reject) => { getDictionary({code: 'flow'}).then(res => { /*getDictionary({code: 'flow'}).then(res => { commit('SET_FLOW_ROUTES', res.data.data); resolve(); }).catch(error => { reject(error) }) })*/ }) }, },