222
YM
2024-05-17 0b4fa4b2cfd68528d15aa71557425a7a80e3fc41
src/pages/knowledgeBase/knowledgeBase.vue
@@ -386,8 +386,8 @@
    };
  },
  onLoad(options) {
    this.onSearch({ text: options.name });
    this.keywords = options.name;
    console.log(options.keyword);
    this.onSearch({ text: options.keyword });
  },
  mounted() {
    // 修改两次的高度保持一致
@@ -396,8 +396,6 @@
      box1Height + box1Height / 18 + "px";
    console.log(box1Height, "box1Height");
    this.getStatistics();
    // 默认先调用搜索一次
    this.onSearch("");
  },
  methods: {
    // ExportJsonExcel实例
@@ -655,6 +653,7 @@
        page: this.CurrentPage,
        pageSize: this.pageSize,
      };
      console.log(Obj,"ObjObjObj");
      // // 搜索
      await getPersonList(Obj).then((res) => {
        if (res.success) {