|
@@ -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);
|