Commit 19b4d2d7 by henry
2 parents 503e0711 ff4bb39b
Showing with 1 additions and 1 deletions
......@@ -18,7 +18,7 @@ export function getDrawioLeftCommonGraph(params) {
}
export function save_drawio_attribute(params) {
//保存画布属性
return post(EADC_ARRCHITECTURE + '/ma-ml/updateEleRelBatch', params)
return post(EADC_ARRCHITECTURE + '/ele-rel/updEleBatch', params)
}
// 导入列表
export function offlineQuery(params) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!