sej226 / spring-boot

SpringBoot 기반의 게시판 만들기
1 stars 0 forks source link

2019.06.07_ 댓글 기능 및 입, 출금 내역 기능 구현 #9

Open sej226 opened 5 years ago

sej226 commented 5 years ago

1. 댓글 등록 , 수정, 삭제

댓글 등록

axios.post('/api/createReply',{
              humorReplyPK : this.rPK,
              humorPK : this.humor.humorPK,
              humorReplyID : this.humor.humorID,
             humorReplyContent : this.inputReply,
             humorReplyDate: this.rDate
            })

댓글 삭제

댓글 수정 화면

2. 입 출금 내역