mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2025-11-02 14:43:46 +08:00
fix: 点击菜单编辑按钮错误
Signed-off-by: luoqiz <851092732@qq.com>
This commit is contained in:
@ -77,7 +77,7 @@
|
||||
preIcon="ep:edit"
|
||||
:title="t('action.edit')"
|
||||
v-hasPermi="['system:menu:update']"
|
||||
@click="handleUpdate(row.id)"
|
||||
@click="handleUpdate(row)"
|
||||
/>
|
||||
<XTextButton
|
||||
preIcon="ep:delete"
|
||||
|
||||
Reference in New Issue
Block a user