禁止取消刷新
This commit is contained in:
parent
69cdd31340
commit
c64c3a9fbd
|
@ -1374,7 +1374,7 @@ export default class exchangedit extends React.Component {
|
||||||
<Button
|
<Button
|
||||||
onClick={(e) => {
|
onClick={(e) => {
|
||||||
this.setState({ drawerVisible2: false })
|
this.setState({ drawerVisible2: false })
|
||||||
this.getTableList()
|
// this.getTableList()
|
||||||
}}>
|
}}>
|
||||||
取消
|
取消
|
||||||
</Button>
|
</Button>
|
||||||
|
|
Loading…
Reference in New Issue