QYF-GitLab1
2024-07-23 dbc61c1b1eda6318dbe76a4a73ac9b3d08c2b15b
src/api/index.js
@@ -397,3 +397,17 @@
  });
};
export const getPersonTag = () => {
  return req1({
    url: "/personTag/list",
    method: "post",
  });
};
export const getSocialDistinction = () => {
  return req1({
    url: "/socialDistinction/list",
    method: "post",
  });
};