mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-28 19:32:01 +00:00
perf:优化资产授权详情授权用户、授权资产点击多选框会全部选中问题
This commit is contained in:
parent
ba28d5619a
commit
19adbca7b3
@ -35,6 +35,7 @@ export default {
|
||||
return {
|
||||
tableConfig: {
|
||||
url: url,
|
||||
id: 'asset',
|
||||
columnsExclude: ['asset'],
|
||||
columnsExtra: ['delete_action'],
|
||||
columns: [
|
||||
|
@ -33,6 +33,7 @@ export default {
|
||||
return {
|
||||
tableConfig: {
|
||||
url: url,
|
||||
id: 'user',
|
||||
columnsExclude: ['user'],
|
||||
columnsExtra: ['delete_action'],
|
||||
columnsShow: {
|
||||
|
Loading…
Reference in New Issue
Block a user