flat: 岗位问题

This commit is contained in:
Apcallover
2024-04-14 17:47:21 +08:00
parent 6ea826b710
commit bd7605a8f9
3 changed files with 1240 additions and 1148 deletions

View File

@@ -183,20 +183,7 @@
// this.getPolicy() // this.getPolicy()
}, },
onShow: function() { onShow: function() {
switch (this.activeTab) { this.download();
case 0:
this.getNewList();
break;
case 1:
this.getNearList();
break;
case 2:
this.getPolicy();
break;
default:
this.getNewList();
break;
}
if (this.$store.state.user.token) { if (this.$store.state.user.token) {
this.$store.dispatch('refreshAuthState').then((e) => { this.$store.dispatch('refreshAuthState').then((e) => {
@@ -295,6 +282,7 @@
changeTab: function(e) { changeTab: function(e) {
this.isSearch = false; this.isSearch = false;
this.activeTab = e; this.activeTab = e;
this.download();
}, },
goPolicyInfo(data) { goPolicyInfo(data) {

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff