From 4bcdbaada49cfde398aae315a194714eaf85bea1 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 14 五月 2025 14:11:43 +0800
Subject: [PATCH] 视频标签管理

---
 manager/src/views/video-tag/VideoTagList.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/manager/src/views/video-tag/VideoTagList.vue b/manager/src/views/video-tag/VideoTagList.vue
index f8f2f36..79aaf99 100644
--- a/manager/src/views/video-tag/VideoTagList.vue
+++ b/manager/src/views/video-tag/VideoTagList.vue
@@ -71,7 +71,7 @@
         @on-selection-change="showSelect"
       >
         <template slot-scope="{ row, index }" slot="action">
-          <Button type="info" size="small" style="margin-right: 5px" @click="openEdit()">缂栬緫</Button>
+          <Button type="info" size="small" style="margin-right: 5px" @click="openEdit(row)">缂栬緫</Button>
           <Button type="error" size="small" @click="delById(row)">鍒犻櫎</Button>
         </template>
       </Table>

--
Gitblit v1.8.0