Browse Source

Merge branch 'feature_20260209_质感日报同步首页指标' into uat(dev)

zhujindu 4 days ago
parent
commit
75697e47f5
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/views/week/daily.vue

+ 5 - 0
src/views/week/daily.vue

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