wangting
2024-05-10 fd15db44e6bd9b7b9a6537b82bb90a81c009b24a
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)
        })
        })*/
      })
    },
  },