|
@@ -142,10 +142,10 @@ export default {
|
|
|
this.$router.replace("/login");
|
|
|
}
|
|
|
this.tableData = res.data.records;
|
|
|
+ this.total = res.data.total;
|
|
|
this.tableData.forEach(item => {
|
|
|
item.picUrl = item.picUrl.split(',');
|
|
|
});
|
|
|
- this.total = res.data.total;
|
|
|
this.listLoading = false;
|
|
|
})
|
|
|
.catch(() => {
|