|
@@ -268,9 +268,6 @@ export default {
|
|
|
if(this.latestUpdateTime!=null && type == 1){
|
|
if(this.latestUpdateTime!=null && type == 1){
|
|
|
this.getListTotalFn();
|
|
this.getListTotalFn();
|
|
|
}
|
|
}
|
|
|
- // setTimeout(() => {
|
|
|
|
|
- // this.onSearch();
|
|
|
|
|
- // }, 1000);
|
|
|
|
|
},
|
|
},
|
|
|
created() {
|
|
created() {
|
|
|
this.info();
|
|
this.info();
|
|
@@ -306,7 +303,9 @@ export default {
|
|
|
this.getDeptInfo('user');
|
|
this.getDeptInfo('user');
|
|
|
}, 2000);
|
|
}, 2000);
|
|
|
}
|
|
}
|
|
|
- this.onSearch();
|
|
|
|
|
|
|
+ setTimeout(() => {
|
|
|
|
|
+ this.onSearch();
|
|
|
|
|
+ }, 1000);
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
getListTotalFn(){
|
|
getListTotalFn(){
|