Explorar el Código

Merge branch '9/14' into dev

lanjianrong hace 5 años
padre
commit
013b4aa443
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/EditableForm/src/useOptions.js

+ 1 - 1
src/components/EditableForm/src/useOptions.js

@@ -25,7 +25,7 @@ export default function useOptions(type) {
     if (type === typeEnum.NATUREIDS) {
       if (!store.getState().company.natures.length) {
         dispatch({
-          type: 'company/fetch'
+          type: 'company/fetchNatures'
         })
       }
     }