Преглед изворни кода

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

zhujindu пре 1 година
родитељ
комит
4901248ed5
1 измењених фајлова са 6 додато и 6 уклоњено
  1. 6 6
      src/views/home/bottomBtn.vue

+ 6 - 6
src/views/home/bottomBtn.vue

@@ -124,11 +124,11 @@ export default {
   },
   methods: {
     getReportInfo() {
-      let loading1 = this.$toast.loading({
-        duration: 0,
-        message: '加载中...',
-        forbidClick: true,
-      });
+      //   let loading1 = this.$toast.loading({
+      //     duration: 0,
+      //     message: '加载中...',
+      //     forbidClick: true,
+      //   });
       getReportInfo({ isContent: false }).then((res) => {
         if (res.code == 200) {
           if (res.data.postType == 'GZ') {
@@ -141,7 +141,7 @@ export default {
           } else {
             this.JZQuota = false;
           }
-          loading1.clear();
+          //   loading1.clear();
           localStorage.setItem('powerGrade', res.data.positionId);
           localStorage.setItem('isDiy', res.data.diy);
           localStorage.setItem('uType', res.data.userType);