@@ -897,9 +897,9 @@ export default {
}
this.approvalPendingNum = res.data.approvalPendingNum;
this.type = res.data.userType;
- if (res.data.userType == 4) {
- this.tabVal = '1';
- }
+ // if (res.data.userType == 4) {
+ // this.tabVal = '1';
+ // }
} else {
this.$toast(res.msg);