|
|
|
@ -876,6 +876,7 @@ class MainContentContainer extends Component {
|
|
|
|
|
<React.Fragment>
|
|
|
|
|
<Dialog
|
|
|
|
|
open={this.state.open}
|
|
|
|
|
disableEscapeKeyDown={true}
|
|
|
|
|
onClose={this.handleClose}
|
|
|
|
|
>
|
|
|
|
|
<DialogTitle id="alert-dialog-title">{"提示"}</DialogTitle>
|
|
|
|
@ -893,6 +894,7 @@ class MainContentContainer extends Component {
|
|
|
|
|
|
|
|
|
|
<Dialog
|
|
|
|
|
open={this.state.resetCodeDialogOpen}
|
|
|
|
|
disableEscapeKeyDown={true}
|
|
|
|
|
onClose={() => this.handleResetCodeDialogClose()}
|
|
|
|
|
>
|
|
|
|
|
<DialogTitle id="alert-dialog-title">{"提示"}</DialogTitle>
|
|
|
|
@ -912,6 +914,7 @@ class MainContentContainer extends Component {
|
|
|
|
|
</Dialog>
|
|
|
|
|
|
|
|
|
|
<Dialog
|
|
|
|
|
disableEscapeKeyDown={true}
|
|
|
|
|
open={this.state.resetPassedCodeDialogOpen}
|
|
|
|
|
onClose={() => this.handleResetPassedCodeDialogClose()}
|
|
|
|
|
>
|
|
|
|
|