Skip to content

Commit 3ca40ac

Browse files
committed
remove console
Signed-off-by: zhangtianli2006 <49156174+zhangtianli2006@users.noreply.github.com>
1 parent f83a072 commit 3ca40ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/lib/AjaxTable.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ export default {
7171
})
7272
.then(res => {
7373
if (limit === this.limit) {
74-
console.log('send');
7574
this.own_total = res.data.count;
7675
this.tableData = res.data.res.map(this.process);
7776
this.loading = false;

0 commit comments

Comments
 (0)