custom-艾志工业-合并个税
This commit is contained in:
parent
a3a078840e
commit
5dfcd9ee60
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue