From dbab045c49157addd308136b9c3ac4e51c01909e Mon Sep 17 00:00:00 2001 From: net Date: Fri, 12 Jan 2024 13:43:13 +0700 Subject: [PATCH] =?UTF-8?q?fix:=E0=B9=80=E0=B9=80=E0=B8=81=E0=B9=89?= =?UTF-8?q?=E0=B8=8A=E0=B8=B7=E0=B9=88=E0=B8=AD=E0=B9=84=E0=B8=9F=E0=B8=A5?= =?UTF-8?q?=E0=B9=8C=E0=B9=84=E0=B8=A1=E0=B9=88=E0=B8=AA=E0=B9=88=E0=B8=87?= =?UTF-8?q?=E0=B9=84=E0=B8=9B=E0=B8=97=E0=B8=B5=E0=B9=88=E0=B8=AB=E0=B8=99?= =?UTF-8?q?=E0=B9=89=E0=B8=B2=E0=B9=80=E0=B9=80=E0=B8=81=E0=B9=89=E0=B9=84?= =?UTF-8?q?=E0=B8=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Services/client/src/components/ListView.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Services/client/src/components/ListView.vue b/Services/client/src/components/ListView.vue index 363d0a7..389ab42 100644 --- a/Services/client/src/components/ListView.vue +++ b/Services/client/src/components/ListView.vue @@ -377,9 +377,16 @@ const onRowClick = ((_, row) => { @click.stop=" () => fileFormComponent?.triggerFileEdit( - data.row, + { + title: data.row.title, + description: data.row.description, + keyword: data.row.keyword, + category: data.row.category, + author: data.row.author, + metadata: data.row.metadata, + }, data.row.pathname, - data.row.filename, + data.row.fileName, ) " id="listViewFileEdit"