批量删除 员工主播更新逻辑

This commit is contained in:
2025-07-09 16:53:06 +08:00
parent 65e24c51d9
commit c3ba308ca7
10 changed files with 49 additions and 15 deletions

View File

@@ -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}`)