custom-艾志工业-合并个税

This commit is contained in:
lys 2025-03-19 15:01:53 +08:00
parent a3a078840e
commit 5dfcd9ee60
2 changed files with 4 additions and 3 deletions

View File

@ -93,7 +93,9 @@ class Index extends Component {
<FormInfo center={false} form={form} formFields={conditions} colCount={2}/>
<div className="advanceSearchGroupButtons">
<span style={{ marginLeft: 15 }}><Button type="primary"
onClick={this.getAZAdjustList}>{getLabel(388113, "搜索")}</Button></span>
onClick={() => this.setState({
pageInfo: { ...pageInfo, current: 1 }
}, () => this.getAZAdjustList())}>{getLabel(388113, "搜索")}</Button></span>
<span style={{ marginLeft: 15 }}><Button type="ghost"
onClick={() => form.resetForm()}>{getLabel(2022, "重置")}</Button></span>
</div>

View File

@ -3,8 +3,7 @@ import Route from "react-router/lib/Route";
import SalaryFileReports from "./az/salaryFileReports";
const CustomRoutes = [
<Route key="customPage_salaryFileReport_az" path="customPage_salaryFileReport_az"
component={SalaryFileReports}/>
<Route key="customPage_salaryFileReport_az" path="customPage_salaryFileReport_az" component={SalaryFileReports}/>
];
export default CustomRoutes;