@@ -126,6 +126,7 @@ export default {
}
},
handleSizeChange (val) {
+ this.currentPage = 1
this.$emit('pagination', { page: this.currentPage, limit: val })
if (this.autoScroll) {
scrollTo(0, 800)
@@ -64,7 +64,6 @@ export default {
permission,
handle(item) {
// 添加判断权限
- console.log(item)
if(errorType[item[0]?.errorType] && !this.permission(errorType[item[0]?.errorType]?.permission)) {
return