fix:删除前端脏数据

This commit is contained in:
zhangyu
2020-11-20 16:14:50 +08:00
parent de2bf9f954
commit 1534c423b1

View File

@@ -327,9 +327,6 @@
}
}
}
for(let i=0;i<50;i++){
response.data.list.push(response.data.list[0]);
}
this.tableData = response.data.list;
this.pageObj.total = response.data.total
}