@@ -228,6 +228,7 @@ export default {
item.progress = item.progress ? Math.round(item.progress * 100) : 0;
return item;
});
+ this.total = res.data.data.total;
},
onOperation({ type, data }) {