修复接入时弹出文件管理导致无法输出的bug

This commit is contained in:
dushixiang
2021-02-12 19:58:57 +08:00
parent a6a97ad502
commit e1f76105e7
4 changed files with 24 additions and 15 deletions

View File

@ -280,7 +280,7 @@ class OnlineSession extends Component {
return (
<div>
<Button type="link" size='small' onClick={() => {
<Button type="link" size='small' disabled={record['mode'] === 'naive'} onClick={() => {
this.showMonitor(record)
}}>监控</Button>
<Button type="link" size='small' onClick={async () => {