From 087e9d1abed1dd53c484335c8b03ed4b13994449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Fri, 26 May 2023 10:47:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81-=E8=96=AA=E8=B5=84=E6=A1=A3?= =?UTF-8?q?=E6=A1=88=E5=88=97=E8=A1=A8=E6=94=B9=E9=80=A0=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/hrmSalary/pages/payrollFiles/index.js | 36 ------------------- 1 file changed, 36 deletions(-) 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" /> - {/**/} - {/* */} - {/**/} {/*人员卡片*/}