fix(Pagination): Did not automatically jump to the previous page
parent
bbb7670df1
commit
81c891998f
|
|
@ -123,6 +123,7 @@ export default defineComponent({
|
||||||
newState.stateCurrent = current;
|
newState.stateCurrent = current;
|
||||||
}
|
}
|
||||||
this.setState(newState);
|
this.setState(newState);
|
||||||
|
this.__emit('change', this.stateCurrent, this.statePageSize);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue