ludc
2024-04-07 4994a4f75e977e9bf9c1cef23d7c443b33112bc5
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)
        })
        })*/
      })
    },
  },