Fix query workflow history version information error (#7988)

This commit is contained in:
Kerwin 2022-01-13 14:04:36 +08:00 committed by GitHub
parent 23068e9d21
commit b9b0722b4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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