fix(主播成员): 主播另一个删除按钮的接口参数调整
This commit is contained in:
parent
316809c2d3
commit
3099255681
@ -403,7 +403,7 @@ export default {
|
|||||||
})
|
})
|
||||||
.then(() => {
|
.then(() => {
|
||||||
that.delLoading = true;
|
that.delLoading = true;
|
||||||
removeTeamMember({ ids: [row.id] }).then(res => {
|
removeTeamMember({ ids: [row.userProfile.id] }).then(res => {
|
||||||
that.$opsMessage.success();
|
that.$opsMessage.success();
|
||||||
that.delLoading = false;
|
that.delLoading = false;
|
||||||
that.list.splice(index, 1);
|
that.list.splice(index, 1);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user