瀏覽代碼

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']),