Commit 43b1ffb1 by zhaochengxiang

代理数据源信息

parent 448dbd4c
......@@ -16,7 +16,7 @@ const ProxyDatasourceItem = ({ value = {}, datasources = [], onChange }) => {
onChange?.(filterDatasources[0]);
}
} else {
onChange?.({});
onChange?.(null);
}
}
......
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