Commit ff4bb39b by xiehao

fix:修复了显示问题

1 parent fdfdb906
Showing with 1 additions and 1 deletions
...@@ -18,7 +18,7 @@ export function getDrawioLeftCommonGraph(params) { ...@@ -18,7 +18,7 @@ export function getDrawioLeftCommonGraph(params) {
} }
export function save_drawio_attribute(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) { 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!