Commit b90b9421 by zhaochengxiang

资产日志

parent 16c7e77b
...@@ -89,8 +89,8 @@ const ImportAssetDrawer = (props) => { ...@@ -89,8 +89,8 @@ const ImportAssetDrawer = (props) => {
}, },
callback: data => { callback: data => {
setLoading(false); setLoading(false);
setTotal(data.totalElements); setTotal(data.total);
setLogs(data.content||[]); setLogs(data.data||[]);
}, },
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