소스 검색

修复点击营期提示没有权限的问题

yh 1 일 전
부모
커밋
7458360233
2개의 변경된 파일9개의 추가작업 그리고 6개의 파일을 삭제
  1. 3 3
      src/views/qw/sopUserLogsInfo/sendMsgOpenTool.vue
  2. 6 3
      src/views/qw/sopUserLogsInfo/sopUserLogsInfoDetails.vue

+ 3 - 3
src/views/qw/sopUserLogsInfo/sendMsgOpenTool.vue

@@ -511,9 +511,9 @@ export default {
       this.courseList = response.list;
     });
 
-    listToLiveNoEnd().then(response => {
-      this.liveList = response.rows;
-    })
+    // listToLiveNoEnd().then(response => {
+    //   this.liveList = response.rows;
+    // })
     listReward(this.queryParams1).then(response => {
       this.luckyBagList = response.rows;
     });

+ 6 - 3
src/views/qw/sopUserLogsInfo/sopUserLogsInfoDetails.vue

@@ -759,13 +759,16 @@ export default {
     });
 
 
-    listToLiveNoEnd().then(response => {
-      this.liveList = response.rows;
-    });
+    // listToLiveNoEnd().then(response => {
+    //   this.liveList = response.rows;
+    // });
     listReward(this.queryParams1).then(response => {
       this.luckyBagList = response.rows;
     });
 
+
+    console.log("listToLiveNoEnd",this.projectFrom);
+
   },
   methods: {
     getLuckyBagStatus(content) {