禁止取消刷新

This commit is contained in:
wangsongsole 2022-06-16 18:20:58 +08:00
parent 69cdd31340
commit c64c3a9fbd
1 changed files with 1 additions and 1 deletions

View File

@ -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>