|
|
@ -142,7 +142,7 @@ |
|
|
|
_mVersionGetProcessDefinitionVersionsPage (val) { |
|
|
|
_mVersionGetProcessDefinitionVersionsPage (val) { |
|
|
|
this.$emit('mVersionGetProcessDefinitionVersionsPage', { |
|
|
|
this.$emit('mVersionGetProcessDefinitionVersionsPage', { |
|
|
|
pageNo: val, |
|
|
|
pageNo: val, |
|
|
|
pageSize: this.pageSize, |
|
|
|
pageSize: this.versionData.pageSize, |
|
|
|
processDefinitionCode: this.versionData.processDefinition.code, |
|
|
|
processDefinitionCode: this.versionData.processDefinition.code, |
|
|
|
fromThis: this |
|
|
|
fromThis: this |
|
|
|
}) |
|
|
|
}) |
|
|
|