|
|
@@ -326,11 +326,7 @@ export default {
|
|
|
window.location.replace(window.location.origin + '/mobile/home');
|
|
|
});
|
|
|
} else {
|
|
|
- if (res.data.postName == '质感销售负责人' || res.data.postName == '质感销售专员') {
|
|
|
- this.homePageIndicatorList = res.data.homePageIndicatorList;
|
|
|
- } else {
|
|
|
- this.homePageIndicatorList = null;
|
|
|
- }
|
|
|
+ this.homePageIndicatorList = res.data.homePageIndicatorList;
|
|
|
localStorage.setItem('powerGrade', res.data.positionId);
|
|
|
localStorage.setItem('userDeptLevel', res.data.userDeptLevel);
|
|
|
this.GZQuota = false;
|
|
|
@@ -621,11 +617,8 @@ export default {
|
|
|
this.GZQuota = false;
|
|
|
this.JZQuota = false;
|
|
|
this.YFQuota = res.data.postType == 'YF' ? true : false;
|
|
|
- if (res.data.postName == '质感销售负责人' || res.data.postName == '质感销售专员') {
|
|
|
- this.homePageIndicatorList = res.data.homePageIndicatorList;
|
|
|
- } else {
|
|
|
- this.homePageIndicatorList = null;
|
|
|
- }
|
|
|
+ this.homePageIndicatorList = res.data.homePageIndicatorList;
|
|
|
+
|
|
|
if (res.data.postType == 'JZ') {
|
|
|
this.JZQuota = true;
|
|
|
} else if (res.data.postType == 'GZ') {
|