Browse Source

Merge branch 'NPC-lhd'

natasha 3 years ago
parent
commit
6162c97b27
1 changed files with 1 additions and 1 deletions
  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);