Browse Source

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

Signed-off-by: luoqiz <851092732@qq.com>
luoqiz 2 years ago
parent
commit
5b2caf095c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      yudao-ui-admin-vue3/src/views/system/menu/index.vue

+ 1 - 1
yudao-ui-admin-vue3/src/views/system/menu/index.vue

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