mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-04 05:09:48 +08:00
Fix query workflow history version information error (#7988)
This commit is contained in:
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
Block a user