lanjianrong 5 năm trước cách đây
mục cha
commit
f2c0b958c3
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      src/components/EditableForm/src/useOptions.js

+ 0 - 3
src/components/EditableForm/src/useOptions.js

@@ -40,9 +40,6 @@ export default function useOptions(type) {
   if (type === typeEnum.DEPARTMENTID) {
     return store.getState().staff.departments
   }
-  if (type === typeEnum.BUSINESSIDS[0]) {
-    return store.getState().business.groupList
-  }
 
   return null
 }