制修订 分页

This commit is contained in:
gaojiabao
2023-05-16 11:30:52 +08:00
parent 4920591330
commit 029c3e9ec1
2 changed files with 2 additions and 2 deletions
@@ -461,7 +461,7 @@ export default {
// this.standinfoList.push(item)
// }
// })
this.total = this.standinfoList.length
this.total = res.data.count
this.$nextTick(()=>{
this.$refs.selection.doLayout();
})
@@ -480,7 +480,7 @@ export default {
// this.standinfoList.push(item)
// }
// })
this.total = this.standinfoList.length
this.total = res.data.count
this.$nextTick(()=>{
this.$refs.selection.doLayout();
})