From 38bef980bb3e24de297f3ea8ea94ab10e223dd46 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Thu, 14 Nov 2024 16:01:22 +0700 Subject: [PATCH] fix workflow --- src/components/Workflow/DialogSelectPerson.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Workflow/DialogSelectPerson.vue b/src/components/Workflow/DialogSelectPerson.vue index 8adf2eb..3cb7fc0 100644 --- a/src/components/Workflow/DialogSelectPerson.vue +++ b/src/components/Workflow/DialogSelectPerson.vue @@ -203,7 +203,7 @@ function updatePagination(newPagination: Pagination) { ref="table" :columns="columns" :rows="rows" - row-key="id" + row-key="key" flat bordered :paging="true"