투표 컨펌펌
This commit is contained in:
parent
8c7b82d0ae
commit
3c54cea558
@ -152,6 +152,7 @@ const voteEnded = async (id) =>{
|
||||
}
|
||||
//투표 삭제
|
||||
const voteDelete =(id) =>{
|
||||
if(confirm('투표를 삭제 하시겠습니까?')){
|
||||
$api.patch('vote/updateDeleteData',{
|
||||
deleteVoteId :id
|
||||
}).then((res)=>{
|
||||
@ -160,6 +161,7 @@ const voteDelete =(id) =>{
|
||||
getvoteList();
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
//랜덤 1위 뽑기
|
||||
const randomList = (data,id) =>{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user