@@ -61,6 +61,7 @@ export default {
if(res.code == 200 && res.data && res.data.rows.length > 0) {
this.tableList = res.data.rows
this.pageInfo.total = res.data.total
+
}
})
},