You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ca...@apache.org on 2022/01/13 05:43:09 UTC

[dolphinscheduler] branch 2.0.3-prepare updated: cherry-pick Fix query workflow history version information error #7988 (#7989)

This is an automated email from the ASF dual-hosted git repository.

caishunfeng pushed a commit to branch 2.0.3-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/2.0.3-prepare by this push:
     new 7b0617b  cherry-pick  Fix query workflow history version information error #7988 (#7989)
7b0617b is described below

commit 7b0617b58dc073fe26740094fc51f873291529b8
Author: Kerwin <37...@users.noreply.github.com>
AuthorDate: Thu Jan 13 13:42:56 2022 +0800

    cherry-pick  Fix query workflow history version information error #7988 (#7989)
---
 .../pages/projects/pages/definition/pages/list/_source/versions.vue     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/versions.vue b/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/versions.vue
index 81f50da..2fc9f21 100644
--- a/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/versions.vue
+++ b/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/versions.vue
@@ -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
         })