mirror of
https://github.com/jumpserver/lina.git
synced 2025-06-29 16:40:05 +00:00
fixed: Fixed the issue of manual refresh for batch update users
This commit is contained in:
parent
5e17b74684
commit
349c5116ea
@ -328,6 +328,16 @@ export default {
|
|||||||
},
|
},
|
||||||
handleDialogUpdate() {
|
handleDialogUpdate() {
|
||||||
this.updateSelectedDialogSetting.visible = false
|
this.updateSelectedDialogSetting.visible = false
|
||||||
|
|
||||||
|
// 此处必须显示重新赋值才能在更新用户时使得 Groups 数据重新刷新
|
||||||
|
this.tableConfig.columnsMeta.groups = {
|
||||||
|
formatter: AmountFormatter,
|
||||||
|
formatterArgs: {
|
||||||
|
routeQuery: {
|
||||||
|
tab: 'UserDetail'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
this.reloadTable()
|
this.reloadTable()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user