Commit b90b9421 by zhaochengxiang

资产日志

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