fix:เเก้ชื่อไฟล์ไม่ส่งไปที่หน้าเเก้ไข
This commit is contained in:
parent
dd3f365e0b
commit
dbab045c49
1 changed files with 9 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue