From 12d99c9a0dc366df61e10101b3e0821e1add6adb Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期二, 23 七月 2024 17:40:13 +0800 Subject: [PATCH] 1 --- src/pages/academicSchools/index.vue | 11 +---------- 1 files changed, 1 insertions(+), 10 deletions(-) diff --git a/src/pages/academicSchools/index.vue b/src/pages/academicSchools/index.vue index 45652ba..8ecc0ed 100644 --- a/src/pages/academicSchools/index.vue +++ b/src/pages/academicSchools/index.vue @@ -204,7 +204,6 @@ academicSearch, } from "@/api/index.js"; import * as echarts from "echarts"; -import MyForm from "@/components/form/form.vue"; export default { data() { return { @@ -415,6 +414,7 @@ getData() { this.loading = true; getPersonData(this.currentId).then((res) => { + console.log(res,'res') this.nodes = []; this.relationships = []; let kinData = []; @@ -474,7 +474,6 @@ this.ownInfo ); literature = [...newArr]; - // console.log(literature, "literature"); } if (obj.socialList?.length) { let newArr = []; @@ -494,7 +493,6 @@ this.categories.push({ name: "娲诲姩鍦�" }); let newArr = []; const data = this.changeLiterature(obj.placeList, "placeList"); - console.log(data, "place"); this.getPersonInfo(data, "placeList", newArr, 1, 4, this.ownInfo); place = [...newArr]; } @@ -626,13 +624,6 @@ var nodeData = nodes; var option; option = { - // backgroundColor: { - // type: "image", - // image: "/static/image/characterRelationBg.png", - // size: "100% 100%", // 鑳屾櫙鍥剧墖鐨勫昂瀵革紝鍙互鏄櫨鍒嗘瘮鎴栬�呭儚绱� - // position: "center center", // 鑳屾櫙鍥剧墖鐨勪綅缃紝鍙互鏄� top, bottom, middle 鎴栬�呯櫨鍒嗘瘮 - // }, - // tooltip: {}, legend: [ { left: 20, -- Gitblit v1.9.1