描述:编辑企业选择设备刷新数据

This commit is contained in:
SelfRidicule 2024-04-03 14:16:01 +08:00
parent 509af2d444
commit d8663f464a

View File

@ -763,7 +763,7 @@ export default {
userIds: this.selectedDeviceRowKeys userIds: this.selectedDeviceRowKeys
} }
).then(res => { ).then(res => {
this.$refs.userTable.$forceUpdate() this.getContastsList()
this.visible1 = false this.visible1 = false
this.$message.success(res.msg) this.$message.success(res.msg)
}) })