修改禅道bug

This commit is contained in:
zyx.net
2022-08-08 11:08:11 +08:00
parent 8937e30b2f
commit 10f0de88bc
2 changed files with 14 additions and 14 deletions
@@ -281,13 +281,13 @@
},
pageOnChange(page, pageSize) {
this.pageNo = page
this.$emit('handlePreservation')
// this.$emit('handlePreservation')
this.getTableList()
},
SizeChange(page, pageSize) {
this.pageNo = 1
this.pageSize = pageSize
this.$emit('handlePreservation')
// this.$emit('handlePreservation')
this.getTableList()
},
hideModal(){