Commit 8bc1248c by zhaochengxiang

总数取错

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