This commit is contained in:
changjinpeng
2022-03-16 10:35:15 +08:00
parent b239b1ad4a
commit 223bf47bbf
2 changed files with 4 additions and 2 deletions

View File

@@ -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
},