|
@@ -93,6 +93,8 @@ class SalaryQuery extends Component {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
componentWillUnmount() {
|
|
componentWillUnmount() {
|
|
|
|
|
+ clearInterval(this.timer);
|
|
|
|
|
+ maxTime = 60;
|
|
|
Toast.hide();
|
|
Toast.hide();
|
|
|
this.promptAlert1 && this.promptAlert1.close();
|
|
this.promptAlert1 && this.promptAlert1.close();
|
|
|
this.promptAlert2 && this.promptAlert2.close();
|
|
this.promptAlert2 && this.promptAlert2.close();
|