You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by so...@apache.org on 2022/03/17 07:19:19 UTC

[dolphinscheduler] branch dev updated: [Fix][UI Next][V1.0.0-Alpha]Fix the pagination of task instance table always one page. (#8954)

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

songjian pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new aa7dcf3  [Fix][UI Next][V1.0.0-Alpha]Fix the pagination of task instance table always one page. (#8954)
aa7dcf3 is described below

commit aa7dcf3a2760009970ea220602e544a815c250ba
Author: Amy0104 <97...@users.noreply.github.com>
AuthorDate: Thu Mar 17 15:19:10 2022 +0800

    [Fix][UI Next][V1.0.0-Alpha]Fix the pagination of task instance table always one page. (#8954)
---
 dolphinscheduler-ui-next/src/views/projects/task/instance/use-table.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dolphinscheduler-ui-next/src/views/projects/task/instance/use-table.ts b/dolphinscheduler-ui-next/src/views/projects/task/instance/use-table.ts
index 05efe7b..bc10d21 100644
--- a/dolphinscheduler-ui-next/src/views/projects/task/instance/use-table.ts
+++ b/dolphinscheduler-ui-next/src/views/projects/task/instance/use-table.ts
@@ -287,6 +287,7 @@ export function useTable() {
               ...item
             }
           }) as any
+          variables.totalPage = res.totalPage
         }
       ),
       {}