fixed: Fixed the issue of manual refresh for batch update users

This commit is contained in:
zhaojisen 2024-06-13 19:01:30 +08:00
parent 5e17b74684
commit 349c5116ea

View File

@ -328,6 +328,16 @@ export default {
},
handleDialogUpdate() {
this.updateSelectedDialogSetting.visible = false
// 使 Groups
this.tableConfig.columnsMeta.groups = {
formatter: AmountFormatter,
formatterArgs: {
routeQuery: {
tab: 'UserDetail'
}
}
}
this.reloadTable()
}
}