@@ -99,6 +99,7 @@
}
getList(params).then((response) => {
this.taskDataLists = response.rows
+ this.pageParams.total = response.total
})
resolve()