소스 검색

no message

outaozhen 5 년 전
부모
커밋
4181edde4e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/product/lock_store/index.js

+ 2 - 2
src/product/lock_store/index.js

@@ -186,8 +186,8 @@ const mapStateToProps = (state) => {
 
     return {
       lockStore:state.getIn(['lockstore', 'lockStore']),
-      columns: state.getIn(['client', 'columns']),
-      columnsData: state.getIn(['client', 'columnsData']),
+      columns: state.getIn(['lockstore', 'columns']),
+      columnsData: state.getIn(['lockstore', 'columnsData']),
       menu: state.getIn(['submenu', 'menu']),
       list: state.getIn(['submenu', 'list']),
       inputValue: state.getIn(['submenu', 'inputValue']),