fix: 点击菜单编辑按钮错误
Signed-off-by: luoqiz <851092732@qq.com>
This commit is contained in:
parent
095c0c1941
commit
5b2caf095c
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user