Skip to content

Commit fe69f90

Browse files
authored
Update src/components/lib/AjaxTable.vue
1 parent f300ba6 commit fe69f90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/lib/AjaxTable.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default {
4242
limit() {
4343
this.onPageChange(this.pageId);
4444
},
45-
title() {
45+
costumData() {
4646
this.load_data();
4747
}
4848
},
@@ -117,4 +117,4 @@ export default {
117117
margin-top: 20px;
118118
text-align: center;
119119
}
120-
</style>
120+
</style>

0 commit comments

Comments
 (0)