Skip to content

Commit 3e616ce

Browse files
committed
修复vue3版本改变分页大小后实际分页大小没有变化的问题
1 parent 881168e commit 3e616ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Vol.Vue3版本/src/components/basic/VolTable.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,6 +1083,7 @@ export default defineComponent({
10831083
},
10841084
getInputChangeSummaries() {},
10851085
handleSizeChange(val) {
1086+
this.paginations.size = val;
10861087
this.paginations.rows = val;
10871088
this.load();
10881089
},

0 commit comments

Comments
 (0)