This commit is contained in:
kimdaae328 2025-02-27 12:45:43 +09:00
parent 9293bba077
commit 4145fdc445

View File

@ -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();