Commit 5f8e7c02 by Thews

20231207wangwansu

1 parent e484d4bc
Showing with 0 additions and 5 deletions
...@@ -27,11 +27,6 @@ export function delete_jia_gou_gui_shu(params) {// 删除架构元素列表某 ...@@ -27,11 +27,6 @@ export function delete_jia_gou_gui_shu(params) {// 删除架构元素列表某
export function version_release_jia_gou_gui_shu(params) {// 版本发布 export function version_release_jia_gou_gui_shu(params) {// 版本发布
return post('/ele/updateEleBatch', params); return post('/ele/updateEleBatch', params);
} }
// 架构元素关系管理
// 列表查询
export function getJGYSGLlist(params) {
return post('/eleRel/', params);
}
export function add_jia_gou_yuan_su(params) {// 架构元素管理,新建 export function add_jia_gou_yuan_su(params) {// 架构元素管理,新建
return post('/ele/addEle', params); return post('/ele/addEle', params);
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!