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

Signed-off-by: luoqiz <851092732@qq.com>
pull/2/head
luoqiz 2022-11-10 12:12:13 +00:00 committed by Gitee
parent 095c0c1941
commit 5b2caf095c
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" preIcon="ep:edit"
:title="t('action.edit')" :title="t('action.edit')"
v-hasPermi="['system:menu:update']" v-hasPermi="['system:menu:update']"
@click="handleUpdate(row.id)" @click="handleUpdate(row)"
/> />
<XTextButton <XTextButton
preIcon="ep:delete" preIcon="ep:delete"