优化
This commit is contained in:
@ -345,7 +345,6 @@ const getWorkList = (bool = false) => {
|
||||
if (res.code === 200) {
|
||||
state.tableData = res.rows.map((item: any, i: number) => {
|
||||
item.index = i + 1;
|
||||
item.aiFill = item.detailList?.reduce((sum: number, child: any) => sum + child.aiFill, 0) || 0;
|
||||
return item;
|
||||
});
|
||||
state.total = res.total;
|
||||
|
Reference in New Issue
Block a user