F user remove

This commit is contained in:
zhenorzz 2022-04-11 14:43:28 +08:00
parent 7b610b71af
commit 6c5d23b6a3

View File

@ -262,7 +262,7 @@ function remove(data: NamespaceUserData) {
.request()
.then(() => {
ElMessage.success('Success')
getBindUserList(data.namespaceId)
getBindUserList(props.namespaceId)
})
})
.catch(() => {