diff --git a/pc4mobx/hrmSalary/pages/dataAcquisition/cumSituation/index.js b/pc4mobx/hrmSalary/pages/dataAcquisition/cumSituation/index.js index e21b8f55..8d28d030 100644 --- a/pc4mobx/hrmSalary/pages/dataAcquisition/cumSituation/index.js +++ b/pc4mobx/hrmSalary/pages/dataAcquisition/cumSituation/index.js @@ -448,16 +448,11 @@ export default class CumSituation extends React.Component { ]; - const topTab = []; - - const renderSearchOperationItem = () => { - return
; - }; - 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");