mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
Merge pull request #4041 from jumpserver/pr@v4@fix_reload_groups
fixed: Fixed the issue of manual refresh for batch update users
This commit is contained in:
@@ -328,6 +328,16 @@ export default {
|
||||
},
|
||||
handleDialogUpdate() {
|
||||
this.updateSelectedDialogSetting.visible = false
|
||||
|
||||
// 此处必须显示重新赋值才能在更新用户时使得 Groups 数据重新刷新
|
||||
this.tableConfig.columnsMeta.groups = {
|
||||
formatter: AmountFormatter,
|
||||
formatterArgs: {
|
||||
routeQuery: {
|
||||
tab: 'UserDetail'
|
||||
}
|
||||
}
|
||||
}
|
||||
this.reloadTable()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user