Commit 15bd5f13 by zhaochengxiang

bug

parent f64fe1c5
......@@ -110,7 +110,8 @@ const FC = (props) => {
setLoading(false);
setTotal(data.totalElements);
data.content?.forEach(item => {
data.content?.forEach((item, index) => {
item.id = index;
item.startTime = item.updateTime;
item.costTime = item.cost;
});
......
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