fix(主播成员): 主播另一个删除按钮的接口参数调整

This commit is contained in:
hzj 2025-11-11 19:13:59 +08:00
parent 316809c2d3
commit 3099255681

View File

@ -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);