@@ -261,7 +261,9 @@ export default {
},
activated() {
this.deptLevel = localStorage.getItem('deptLevel');
- this.onSearch();
+ setTimeout(() => {
+ this.onSearch();
+ }, 1000);
created() {
this.info();