This commit is contained in:
parent
906e2dd40e
commit
783d1532aa
|
|
@ -448,16 +448,11 @@ export default class CumSituation extends React.Component {
|
|||
</Button>
|
||||
];
|
||||
|
||||
const topTab = [];
|
||||
|
||||
const renderSearchOperationItem = () => {
|
||||
return <div/>;
|
||||
};
|
||||
|
||||
const handleButtonClick = () => {
|
||||
const taxYearMonth= this.state.monthValue + "-" + this.state.taxYearMonth
|
||||
const url = `${window.location
|
||||
.origin}/api/bs/hrmsalary/addUpSituation/export?ids=&year=${this
|
||||
.state.monthValue}&taxYearMonth=${this.state.taxYearMonth}&taxAgentId=${this.state.taxAgentId == "All"
|
||||
.state.monthValue}&taxYearMonth=${taxYearMonth}&taxAgentId=${this.state.taxAgentId == "All"
|
||||
? ""
|
||||
: this.state.taxAgentId}`;
|
||||
window.open(url, "_self");
|
||||
|
|
|
|||
Loading…
Reference in New Issue