|
|
@@ -988,6 +988,11 @@ 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;
|
|
|
+ }
|
|
|
if (res.data.postType == 'JZ') {
|
|
|
this.JZQuota = true;
|
|
|
} else if (res.data.postType == 'GZ') {
|