Commit 8bc1248c by zhaochengxiang

总数取错

parent 36642020
...@@ -207,7 +207,7 @@ const ETLConfigModal = (props) => { ...@@ -207,7 +207,7 @@ const ETLConfigModal = (props) => {
setLoading(false); setLoading(false);
setEtlMappings(data.content||[]); setEtlMappings(data.content||[]);
setTotal(data.numberOfElements||0); setTotal(data.totalElements||0);
}, },
error: () => { error: () => {
setLoading(false); setLoading(false);
......
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