Commit 2cf233ac by Thews

20231206wangwansu

1 parent 3d436ae1
Showing with 7 additions and 0 deletions
......@@ -24,3 +24,9 @@ export function query_jia_gou_gui_shu(params) {// 查询架构归属
export function delete_jia_gou_gui_shu(params) {// 删除架构元素列表某项
return post('/ele/deleteEle', params);
}
// 架构元素关系管理
// 列表查询
export function getJGYSGLlist(params) {
return get('/eleRel/', params);
}
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!