!293 fix: 点击菜单编辑按钮错误

Merge pull request !293 from luoqiz/master
This commit is contained in:
芋道源码 2022-11-10 13:07:18 +00:00 committed by Gitee
commit da46818277
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -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"