|
|
@@ -71,6 +71,7 @@ |
|
|
|
import {bookInfo, nologinMenus} from "@/api/sunVillage_info/fixedAssets"; |
|
|
|
import { sysConfig } from "@/api/homesteadSurvey/index"; |
|
|
|
import Cookies from "js-cookie"; |
|
|
|
import { removeToken } from '@/utils/auth' |
|
|
|
import {bookListByDept} from "@/api/onlineHome/villageAffairs"; |
|
|
|
export default { |
|
|
|
name: "sunVillageInfoIndexCode", |
|
|
@@ -107,6 +108,7 @@ import {bookListByDept} from "@/api/onlineHome/villageAffairs"; |
|
|
|
}, |
|
|
|
created() { |
|
|
|
//console.log(this.$store) |
|
|
|
removeToken(); |
|
|
|
if(this.$route.query.bookId){ |
|
|
|
bookInfo(this.$route.query.bookId).then((res) => { |
|
|
|
if (res.code == 200) { |
|
|
|