浏览代码

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

zhujindu 1 年之前
父节点
当前提交
60cde7a0bf
共有 1 个文件被更改,包括 3 次插入3 次删除
  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);
         }