elementUI分页删除最后一条数据时出现空白页的解决方法. 解决办法: 在mybatis配置文件的分页配置中书写: <plugins> <plugin interceptor="com.github.pagehelper.PageInterceptor"> <property name="reasonable" value="true"/> </plugin> </plugins> 即可解决