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