上传
This commit is contained in:
@@ -539,7 +539,7 @@ async function changePlaceStatus(row) {
|
||||
const text = row.status == 0 ? '启用' : '停用'
|
||||
await message.confirm('确认要"' + text + '""' + row.name + '"场地吗?')
|
||||
// 发起修改状态
|
||||
await PlaceApi.updatePlaceStatus({ placeId: row.placeId, status: row.status })
|
||||
await PlaceApi.updatePlaceStatus(row.placeId, row.status)
|
||||
message.success('修改成功')
|
||||
// 刷新列表
|
||||
// await getList()
|
||||
|
||||
Reference in New Issue
Block a user