mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
fix: 修复资产授权添加用户、资产操作不能点击问题
This commit is contained in:
@@ -93,8 +93,7 @@ export default {
|
||||
onAddSuccess: (items, that) => {
|
||||
this.$log.debug('AssetSelect value', that.assets)
|
||||
this.$message.success(this.$tc('common.updateSuccessMsg'))
|
||||
this.$refs.ListTable.reloadTable()
|
||||
that.$refs.assetSelect.$refs.select2.clearSelected()
|
||||
window.location.reload()
|
||||
}
|
||||
},
|
||||
nodeRelationConfig: {
|
||||
|
||||
@@ -90,9 +90,8 @@ export default {
|
||||
onAddSuccess: (objects, that) => {
|
||||
this.$log.debug('Select value', that.select2.value)
|
||||
that.iHasObjects = [...that.iHasObjects, ...objects]
|
||||
that.$refs.select2.clearSelected()
|
||||
this.$message.success(this.$tc('common.updateSuccessMsg'))
|
||||
this.$refs.ListTable.reloadTable()
|
||||
window.location.reload()
|
||||
}
|
||||
},
|
||||
groupRelationConfig: {
|
||||
|
||||
Reference in New Issue
Block a user