批量删除 员工主播更新逻辑
This commit is contained in:
@@ -347,7 +347,7 @@ function AllocationFun() {
|
||||
function openHtml(item, id) {
|
||||
let data = item
|
||||
data.operationStatus = 1
|
||||
EmployeeBigBrotherApi.updateEmployeeBigBrother(data).then(res => {
|
||||
EmployeeBigBrotherApi.updateEmployeeBigBrother({ id: data.id, userId: data.userId, displayId: data.displayId, operationStatus: 1 }).then(res => {
|
||||
getList()
|
||||
})
|
||||
window.open(`https://www.tiktok.com/@${id}`)
|
||||
|
||||
Reference in New Issue
Block a user