Commit 448dbd4c by zhaochengxiang

代理数据源管理

parent 5f0f95b3
...@@ -176,7 +176,7 @@ const UpdateDatasourceModal = (props) => { ...@@ -176,7 +176,7 @@ const UpdateDatasourceModal = (props) => {
}}; }};
if (action === 'edit') { if (action === 'edit') {
newDatasource = {...newDatasource, id: currentDatasource.id}; newDatasource = {...newDatasource, ...currentDatasource};
} }
//深拷贝 //深拷贝
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment