mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-05 17:01:21 +00:00
perf:优化资产授权详情授权用户、授权资产点击多选框会全部选中问题
This commit is contained in:
@@ -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: {
|
||||
|
Reference in New Issue
Block a user