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,6 +82,7 @@
82 bordered: true, 82 bordered: true,
83 showIndexColumn: false, 83 showIndexColumn: false,
84 canResize: false, 84 canResize: false,
  85 + rowKey: (record) => record.id,
85 actionColumn: { 86 actionColumn: {
86 width: 200, 87 width: 200,
87 title: t('routes.common.system.pageSystemTitleOperation'), //操作 88 title: t('routes.common.system.pageSystemTitleOperation'), //操作