|
@@ -269,7 +269,9 @@ export default {
|
|
},
|
|
},
|
|
},
|
|
},
|
|
created() {
|
|
created() {
|
|
- this.onPersonalRefresh();
|
|
|
|
|
|
+ if (this.menuStore.menuInfo.map((item) => item.name).includes('个贷业务')) {
|
|
|
|
+ this.onPersonalRefresh();
|
|
|
|
+ }
|
|
this.getBusinessTodoNum();
|
|
this.getBusinessTodoNum();
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
@@ -701,7 +703,7 @@ export default {
|
|
width: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
|
|
-.tabTitle{
|
|
|
|
|
|
+.tabTitle {
|
|
margin-top: 2px;
|
|
margin-top: 2px;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|