fix(Pagination): Did not automatically jump to the previous page

pull/8417/head
Spaceman 2025-11-14 00:19:44 +08:00
parent bbb7670df1
commit 81c891998f
1 changed files with 1 additions and 0 deletions

View File

@ -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: {