批量删除 员工主播更新逻辑
This commit is contained in:
@@ -169,7 +169,7 @@
|
||||
<div class="card-row"><b>{{ $t('employee.updateTime') }}:</b>{{ item.updateTime }}</div>
|
||||
<div class="card-row action-row">
|
||||
<el-button link type="primary" @click="openForm('update', item.id, index)">{{ $t('employee.edit')
|
||||
}}</el-button>
|
||||
}}</el-button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -346,7 +346,7 @@ const handleExport = async () => {
|
||||
function openHtml(item, id) {
|
||||
let data = item
|
||||
data.operationStatus = 1
|
||||
EmployeeHostsApi.updateEmployeeHosts({ id: data.id, operationStatus: 1 }).then(res => {
|
||||
EmployeeHostsApi.updateEmployeeHosts({ id: data.id, userId: data.userId, hostsId: data.hostsId, operationStatus: 1 }).then(res => {
|
||||
getList()
|
||||
})
|
||||
window.open(`https://www.tiktok.com/@${id}`)
|
||||
|
||||
Reference in New Issue
Block a user