diff --git a/pc4mobx/hrmSalary/pages/payrollFiles/index.js b/pc4mobx/hrmSalary/pages/payrollFiles/index.js
index d20192a3..cf91c933 100644
--- a/pc4mobx/hrmSalary/pages/payrollFiles/index.js
+++ b/pc4mobx/hrmSalary/pages/payrollFiles/index.js
@@ -650,34 +650,13 @@ class Index extends Component {
tabCount,
selectedKey,
loading,
- dataSource,
pageInfo,
showSearchAd,
- selectedRowKeys,
slideParams,
changeSalaryVisible,
paysetParams
} = this.state;
const { payrollFilesStore: { tableStore } } = this.props;
- const pagination = {
- current: pageInfo.current,
- pageSize: pageInfo.pageSize,
- total: pageInfo.total,
- showTotal: total => `共 ${total} 条`,
- showQuickJumper: true,
- showSizeChanger: true,
- pageSizeOptions: ["10", "20", "50", "100"],
- onShowSizeChange: (current, pageSize) => {
- this.setState({ pageInfo: { ...pageInfo, current, pageSize } }, () => {
- this.query();
- });
- },
- onChange: current => {
- this.setState({ pageInfo: { ...pageInfo, current } }, () => {
- this.query();
- });
- }
- };
const renderSearch = () => {
const searchItems = [
{ com: this.Input("姓名", "username") },
@@ -713,10 +692,6 @@ class Index extends Component {
})}> 重置 ,
];
- const rowSelection = {
- selectedRowKeys,
- onChange: (selectedRowKeys) => this.setState({ selectedRowKeys })
- };
const rightMenu = [
{
key: "BTN_COLUMN",
@@ -779,17 +754,6 @@ class Index extends Component {
id="atdTable"
/>
- {/**/}
- {/* */}
- {/**/}
{/*人员卡片*/}