Prechádzať zdrojové kódy

Merge branch 'feature_20241014_首页增加提示类tab,B类指标页优化,我的-增加业务员日常工作统计'

zhujindu 1 rok pred
rodič
commit
60cde7a0bf
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 3 3
      src/views/home/ABtarget.vue

+ 3 - 3
src/views/home/ABtarget.vue

@@ -897,9 +897,9 @@ export default {
           }
           this.approvalPendingNum = res.data.approvalPendingNum;
           this.type = res.data.userType;
-          if (res.data.userType == 4) {
-            this.tabVal = '1';
-          }
+          // if (res.data.userType == 4) {
+          //   this.tabVal = '1';
+          // }
         } else {
           this.$toast(res.msg);
         }