소스 검색

feature_20260209_质感日报同步首页指标

zhujindu 2 달 전
부모
커밋
df8f43ad30
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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.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') {