杨磊
2024-05-20 0f3805cc33bf479fc0f44d456dfb20eb8528fe92
src/api/index.js
@@ -123,6 +123,14 @@
    params: data
  });
};
// 医学人物知识库 人物关系
export const getNodeCount = (data) => {
  return req1({
    url: "/inheritMedical/nodeCount",
    method: "post",
    params: data
  });
};
// 医学人物知识库 著述
export const getPersonWritings = (data) => {
@@ -296,6 +304,14 @@
  });
};
export const getPersonDataOutput = (Obj) => {
  return req1({
    url: "/person/dataOutput",
    method: "post",
    params: Obj
  });
};
// -----------
// 中国医学人物知识库