Skip to content

Commit

Permalink
perf:优化资产授权详情授权用户、授权资产点击多选框会全部选中问题
Browse files Browse the repository at this point in the history
  • Loading branch information
huailei000 committed Dec 15, 2023
1 parent ba28d56 commit 19adbca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export default {
return {
tableConfig: {
url: url,
id: 'asset',
columnsExclude: ['asset'],
columnsExtra: ['delete_action'],
columns: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export default {
return {
tableConfig: {
url: url,
id: 'user',
columnsExclude: ['user'],
columnsExtra: ['delete_action'],
columnsShow: {
Expand Down

0 comments on commit 19adbca

Please sign in to comment.