..
This commit is contained in:
parent
9293bba077
commit
4145fdc445
@ -106,7 +106,7 @@
|
|||||||
<BoardCommentList
|
<BoardCommentList
|
||||||
:unknown="unknown"
|
:unknown="unknown"
|
||||||
:comments="commentsWithAuthStatus"
|
:comments="commentsWithAuthStatus"
|
||||||
:isCommentPassword="isCommentPassword"
|
:isCommentPassword="Boolean(isCommentPassword)"
|
||||||
:isEditTextarea="isEditTextarea"
|
:isEditTextarea="isEditTextarea"
|
||||||
:passwordCommentAlert="passwordCommentAlert"
|
:passwordCommentAlert="passwordCommentAlert"
|
||||||
@editClick="editComment"
|
@editClick="editComment"
|
||||||
@ -405,7 +405,7 @@ const handleCommentSubmit = async (data, isCheck) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (response.status === 200) {
|
if (response.status === 200) {
|
||||||
console.log('댓글 작성 성공:', response.data.message);
|
// console.log('댓글 작성 성공:', response.data.message);
|
||||||
passwordAlert.value = '';
|
passwordAlert.value = '';
|
||||||
commentAlert.value = '';
|
commentAlert.value = '';
|
||||||
await fetchComments();
|
await fetchComments();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user