1
YM
2024-06-05 ca4f493cd93c40f09cfde5b49bcbd66f822380cf
src/api/index.js
@@ -333,3 +333,11 @@
export const getImg = (path) => {
  return baseUrl + "/picture/getImageByFilePath?filePath=" + path;
};
export const getRelationTypeTreeList = () => {
  return req1({
    url: "/personRelationType/getRelationTypeTreeList",
    method: "post"
  });
};