往期累计情况导出全部url添加月份参数
This commit is contained in:
parent
7c266deda3
commit
906e2dd40e
|
|
@ -455,14 +455,9 @@ export default class CumSituation extends React.Component {
|
|||
};
|
||||
|
||||
const handleButtonClick = () => {
|
||||
// const {
|
||||
// cumSituationStore: { exportCumSituationList },
|
||||
// } = this.props;
|
||||
// exportCumSituationList();
|
||||
const { selectedKey } = this.state;
|
||||
const url = `${window.location
|
||||
.origin}/api/bs/hrmsalary/addUpSituation/export?ids=&year=${this
|
||||
.state.monthValue}&taxAgentId=${this.state.taxAgentId == "All"
|
||||
.state.monthValue}&taxYearMonth=${this.state.taxYearMonth}&taxAgentId=${this.state.taxAgentId == "All"
|
||||
? ""
|
||||
: this.state.taxAgentId}`;
|
||||
window.open(url, "_self");
|
||||
|
|
|
|||
Loading…
Reference in New Issue