jichoi / lms_front star
하석형 하석형 2024-08-20
240802 박민혁 수정
@656a8bacf77d44b2bac53978d0943023c3d8f102
client/views/pages/teacher/TextDetail.vue
--- client/views/pages/teacher/TextDetail.vue
+++ client/views/pages/teacher/TextDetail.vue
@@ -207,7 +207,7 @@
                 );
 
                 // 업로드 후 파일 매니지 아이디 호출
-                vm.newPost.fileMngId = fileUploadResponse.data.fileMngId;
+                this.newPost.fileMngId = fileUploadResponse.data.fileMngId;
             }
 
 
Add a comment
List