|
@@ -231,6 +231,7 @@ export default {
|
|
|
this.pageIndexExamine=1;
|
|
|
this.groupData=[];
|
|
|
this.PostExpenseAuditGroupPageItems();
|
|
|
+ localStorage.setItem("Examinevalue",this.value );
|
|
|
},
|
|
|
scrollBottomExamine(e) {
|
|
|
let scrollTop=document.documentElement.scrollTop || document.body.scrollTop;
|
|
@@ -307,6 +308,11 @@ export default {
|
|
|
|
|
|
},
|
|
|
mounted(){
|
|
|
+ if(localStorage.getItem('Examinevalue')!=""){
|
|
|
+ this.value=localStorage.getItem('Examinevalue');
|
|
|
+ }
|
|
|
+ // this.token=JSON.parse(localStorage.getItem('Examinevalue'));
|
|
|
+ console.log(localStorage.getItem('Examinevalue'));
|
|
|
if(this.platejudgment==1){
|
|
|
window.addEventListener('scroll', this.scrollBottom, true)
|
|
|
window.removeEventListener('scroll', this.scrollBottomExamine, true)
|