From 34a1c8360d79af9565428c6dab080150b8ae5ba6 Mon Sep 17 00:00:00 2001 From: kimdaae328 Date: Wed, 12 Feb 2025 23:48:33 +0900 Subject: [PATCH] . --- src/views/board/BoardView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/board/BoardView.vue b/src/views/board/BoardView.vue index fb9a396..3e1e243 100644 --- a/src/views/board/BoardView.vue +++ b/src/views/board/BoardView.vue @@ -189,9 +189,9 @@ const handleCommentSubmit = async ({ comment, password }) => { LOCBRDSEQ: currentBoardId.value, LOCCMTRPY: comment, LOCCMTPWD: password || null, - LOCCMTPNT: 0 + LOCCMTPNT: 1 }); - console.log('📥 서버 응답 전체:', response); + console.log('📥 서버 응답 전체:', response.data); if (response.status === 200) {