Commit e4c18de8 by Thews

20231207wangwansu

1 parent 2cf233ac
Showing with 2 additions and 1 deletions
...@@ -28,5 +28,5 @@ export function delete_jia_gou_gui_shu(params) {// 删除架构元素列表某 ...@@ -28,5 +28,5 @@ export function delete_jia_gou_gui_shu(params) {// 删除架构元素列表某
// 架构元素关系管理 // 架构元素关系管理
// 列表查询 // 列表查询
export function getJGYSGLlist(params) { export function getJGYSGLlist(params) {
return get('/eleRel/', params); return post('/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!