1
QYF-GitLab1
2024-07-23 12d99c9a0dc366df61e10101b3e0821e1add6adb
1
1个文件已修改
11 ■■■■■ 已修改文件
src/pages/academicSchools/index.vue 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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,