flat: 岗位问题
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user