박정하 박정하 03-27
250327 박정하 사진기록물 등록 수정
@505ad99576f08d3a4f6ef1d3748c0d6a7072919b
client/views/component/CardViewList.vue
--- client/views/component/CardViewList.vue
+++ client/views/component/CardViewList.vue
@@ -85,9 +85,6 @@
     },
   },
 
-  created() { },
-  mounted() { },
-  watch: {},
   methods: {
     // 페이지 이동
     fnMoveTo(page, id) {
@@ -99,10 +96,4 @@
     }
   },
 };
-</script>
-<style scoped>
-/* 임시로 추가 */
-.main-img img {
-  max-width: 320px;
-}
-</style>
(파일 끝에 줄바꿈 문자 없음)
+</script>
(파일 끝에 줄바꿈 문자 없음)
client/views/pages/user/PicHistoryInsert.vue
--- client/views/pages/user/PicHistoryInsert.vue
+++ client/views/pages/user/PicHistoryInsert.vue
@@ -150,14 +150,9 @@
 
   created() {
     this.pageId = this.$route.query.id;
-    if (this.pageId === null) {
-      alert("게시물 존재하지 않습니다.");
-      this.fnMoveTo('PicHistorySearch');
+    if (this.pageId !== null) {
+      this.fnFindDcry(); // 상세 조회
     }
-  },
-
-  mounted() {
-    this.fnFindDcry(); // 상세 조회
   },
 
   methods: {
client/views/pages/user/PicHistorySearch.vue
--- client/views/pages/user/PicHistorySearch.vue
+++ client/views/pages/user/PicHistorySearch.vue
@@ -249,11 +249,7 @@
     // 통합검색
     async fnSearch() {
       try {
-        // 깊은 복사로 파라미터 생성
         const params = JSON.parse(JSON.stringify(this.searchReqDTO));
-
-        // 디버깅용 로그 - 실제 전송되는 값 확인
-        console.log("검색 파라미터:", params);
 
         // 카테고리 목록 처리
         if (this.searchReqDTO.searchCtgries && this.searchReqDTO.searchCtgries.length > 0) {
client/views/pages/user/TotalSearch.vue
--- client/views/pages/user/TotalSearch.vue
+++ client/views/pages/user/TotalSearch.vue
@@ -224,11 +224,7 @@
       }
 
       try {
-        // 깊은 복사로 파라미터 생성
         const params = JSON.parse(JSON.stringify(this.searchReqDTO));
-
-        // 디버깅용 로그 - 실제 전송되는 값 확인
-        console.log("검색 파라미터:", params);
 
         // 카테고리 목록 처리
         if (this.searchReqDTO.searchCtgries && this.searchReqDTO.searchCtgries.length > 0) {
Add a comment
List