소스 검색

Merge branch 'NPC-lhd'

natasha 3 년 전
부모
커밋
6162c97b27
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/courseList.vue

+ 1 - 1
src/views/courseList.vue

@@ -507,6 +507,7 @@ export default {
       this.getList();
     },
     handleClick(row) {
+      sessionStorage.setItem("Bookdetail", JSON.stringify(row));
       this.$router.push("/adultInput?bookId=" + row.id);
     },
     // 预览
@@ -655,7 +656,6 @@ export default {
       let data = {
         audited_status: -1,
       };
-      console.log("MethodName");
       getContentFile(MethodName, data).then((res) => {
         if (res && res.org_list.length > 0) {
           this.myOrgList = this.myOrgList.concat(res.org_list);