hotfix/2.9.42309.01-个税
This commit is contained in:
parent
d19a6ebbe3
commit
0e60e1e1c8
|
|
@ -307,7 +307,7 @@ class Index extends Component {
|
||||||
<div className="declareDetail-layout-content">
|
<div className="declareDetail-layout-content">
|
||||||
<WeaTab
|
<WeaTab
|
||||||
datas={tabs} keyParam="viewcondition" selectedKey={selectedKey}
|
datas={tabs} keyParam="viewcondition" selectedKey={selectedKey}
|
||||||
buttons={btns}
|
buttons={btns} onChange={(v) => this.setState({ selectedKey: v }, () => this.getDetailList())}
|
||||||
/>
|
/>
|
||||||
<WeaTable
|
<WeaTable
|
||||||
loading={loading.query} bordered
|
loading={loading.query} bordered
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue