Skip to content

Commit 5361d23

Browse files
committed
remove console log
Signed-off-by: zhangtianli2006 <49156174+zhangtianli2006@users.noreply.github.com>
1 parent a68bac6 commit 5361d23

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
@@ -42,7 +42,6 @@ export default {
4242
watch: {
4343
limit() {
4444
this.onPageChange(this.pageId);
45-
console.log(this.limit);
4645
},
4746
costumData(new_val, old_val) {
4847
let json_new_val = JSON.stringify(new_val);

0 commit comments

Comments
 (0)