Merge 81c891998f into 2cda7bde09
commit
2ffca02377
|
|
@ -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