로딩삭제제
This commit is contained in:
parent
e9c0b09d93
commit
f7e11a5466
@ -78,7 +78,6 @@ const changeCheck = () =>{
|
||||
}
|
||||
//투표목록
|
||||
const getvoteList = () => {
|
||||
isLoading.value = true;
|
||||
$api.get('vote/getVoteList',{
|
||||
//목록조회시 파라미터 전달
|
||||
params:
|
||||
@ -90,7 +89,6 @@ const getvoteList = () => {
|
||||
}).then(res => {
|
||||
PageData.value = res.data.data;
|
||||
voteListCardData.value = res.data.data.list;
|
||||
isLoading.value = false;
|
||||
})
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user