Fix query workflow history version information error (#7988)
parent
23068e9d21
commit
b9b0722b4b
|
|
@ -142,7 +142,7 @@
|
|||
_mVersionGetProcessDefinitionVersionsPage (val) {
|
||||
this.$emit('mVersionGetProcessDefinitionVersionsPage', {
|
||||
pageNo: val,
|
||||
pageSize: this.pageSize,
|
||||
pageSize: this.versionData.pageSize,
|
||||
processDefinitionCode: this.versionData.processDefinition.code,
|
||||
fromThis: this
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue