From f3e5b489e30a921c03ef8b97e1cd845b65ea5d9d Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期三, 05 六月 2024 18:17:16 +0800 Subject: [PATCH] 1 --- src/api/index.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/api/index.js b/src/api/index.js index 9c15377..42aaa5d 100644 --- a/src/api/index.js +++ b/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" + }); +}; + -- Gitblit v1.9.1