制修订 分页
This commit is contained in:
@@ -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();
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user