Browse Source

no message

outaozhen 5 năm trước cách đây
mục cha
commit
4181edde4e
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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']),