bug
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
this.loadingStatus = 'loading'
|
||||
this.$instance.post(`/app/approval-process-def/list-xcx?processType=${this.currIndex === 0 ? 0 : 2}`, null, {
|
||||
params: {
|
||||
size: 10000,
|
||||
size: 1000,
|
||||
classificationId: this.id,
|
||||
current: this.current
|
||||
},
|
||||
|
||||
@@ -43,8 +43,9 @@ export default {
|
||||
this.$instance
|
||||
.post(`/app/approval-process-def/list-xcx?processType=0`, null, {
|
||||
params: {
|
||||
size: 10000,
|
||||
size: 100,
|
||||
classificationId: this.id,
|
||||
current: this.current,
|
||||
},
|
||||
withoutToken: true,
|
||||
})
|
||||
@@ -77,6 +78,7 @@ export default {
|
||||
},
|
||||
|
||||
onReachBottom() {
|
||||
this.current = this.current + 1
|
||||
this.getList()
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user