This commit is contained in:
liuye
2022-07-01 08:51:25 +08:00
parent 29a2b7adbd
commit 8306e1d5fe
4 changed files with 12 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ export default {
if(this.current > this.pages) return
this.$instance.post(`/app/approval-process-def/list-xcx?processType=2`, null, {
params: {
size: 10,
size: 20,
current: this.current
},
withoutToken: true,