Skip to content

Commit 45724b8

Browse files
authored
Update src/components/lib/AjaxTable.vue
1 parent 72c8ba7 commit 45724b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/lib/AjaxTable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default {
6060
params: {
6161
offset: this.offset,
6262
limit: this.limit,
63-
title: this.title
63+
...this.costumData
6464
}
6565
})
6666
.then(res => {

0 commit comments

Comments
 (0)