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