pull/8417/merge
Spaceman 2025-11-18 08:53:21 +08:00 committed by GitHub
commit 2ffca02377
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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: {