js/reply.js > SPRING_DATA_JPA

본문 바로가기
사이트 내 전체검색

SPRING_DATA_JPA

js/reply.js

페이지 정보

profile_image
작성자 관리자
댓글 0건 조회 114회 작성일 24-06-25 12:16

본문

//목록

async function getList({bno, page, size, goLast}){


const result = await axios.get(`/replies/list/${bno}`, {params: {page, size}})


if(goLast){ //마지막 페이지 호출

const total = result.data.total

const lastPage = parseInt(Math.ceil(total/size))


return getList({bno:bno, page:lastPage, size:size})

}


return result.data;

}


//등록

async function addReply(replyObj) {


const response = await axios.post(`/replies/`,replyObj)


return response.data

}


//조회

async function getReply(rno) {


const response = await axios.get(`/replies/${rno}`)


return response.data

}


//수정

async function modifyReply(replyObj) {


const response = await axios.put(`/replies/${replyObj.rno}`, replyObj)


return response.data

}


//삭제

async function removeReply(rno) {


const response = await axios.delete(`/replies/${rno}`)


return response.data

}


댓글목록

등록된 댓글이 없습니다.

회원로그인

회원가입

사이트 정보

공지사항
자유게시판
질문답변
1:1문의

 

별명 : 터푸가위
주소 : 부산시 동래구 명장로20번길 90
대표 : 박규태
메일 : dancepkt@******.com

접속자집계

오늘
187
어제
204
최대
10,760
전체
271,682
Copyright © dancePKT . All rights reserved.