Ldc
2024-04-08 cf105a689d2c3603b7546236993bbd30e90ec96a
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)
        })
        })*/
      })
    },
  },