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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff