.
This commit is contained in:
parent
638f5c4de5
commit
2da40134c3
@ -68,6 +68,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
import axios from '@api';
|
||||||
import { defineProps, defineEmits, ref } from 'vue';
|
import { defineProps, defineEmits, ref } from 'vue';
|
||||||
import BoardProfile from './BoardProfile.vue';
|
import BoardProfile from './BoardProfile.vue';
|
||||||
import BoardCommentArea from './BoardCommentArea.vue';
|
import BoardCommentArea from './BoardCommentArea.vue';
|
||||||
@ -207,7 +208,7 @@ const submitPassword = async () => {
|
|||||||
try {
|
try {
|
||||||
const response = await axios.post(`board/${props.comment.commentId}/password`, {
|
const response = await axios.post(`board/${props.comment.commentId}/password`, {
|
||||||
LOCCMTPWD: password.value,
|
LOCCMTPWD: password.value,
|
||||||
LOCCMTSEQ: props.comment.commentId,
|
LOCCMTSEQ: 288,
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log("응답!!!!!!!!", response); // 서버 응답 전체 확인
|
console.log("응답!!!!!!!!", response); // 서버 응답 전체 확인
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user