Commit 63e830bc145651ce6238fa05f5c491473fbe5039

Authored by xp.Huang
2 parents cf176091 69534aed

Merge branch 'ww' into 'main'

fix: 系统菜单批量删除传入id不一致

See merge request yunteng/thingskit-front!498
... ... @@ -82,6 +82,7 @@
82 82 bordered: true,
83 83 showIndexColumn: false,
84 84 canResize: false,
  85 + rowKey: (record) => record.id,
85 86 actionColumn: {
86 87 width: 200,
87 88 title: t('routes.common.system.pageSystemTitleOperation'), //操作
... ...