Skip to content

Commit 4259cf2

Browse files
lfzmsaraka
authored andcommitted
fix: Inheritance a-table is invalid
fix: Inheritance a-table is invalid
1 parent 5c161c4 commit 4259cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Table/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default {
1111

1212
localLoading: false,
1313
localDataSource: [],
14-
localPagination: Object.assign({}, T.props.pagination)
14+
localPagination: Object.assign({}, this.pagination)
1515
}
1616
},
1717
props: Object.assign({}, T.props, {

0 commit comments

Comments
 (0)