-
-> ajax 실행 후 success에서 ajax 함수를 다시 호출해서 에러 발생
complete : function() {
dietMemList();
},
success안에 있던 다른 ajax funtion을 호출하는 코드를 complete에 삽입하니 정상수행.
'최종프로젝트 관련 정리' 카테고리의 다른 글
Spring - 외부 파일 경로에서 이미지 파일 가져오기 (1) 2020.09.14 error - chat:662 Uncaught TypeError: Failed to construct 'FormData': parameter 1 is not of type 'HTMLFormElement'. at insertChatFile (chat:662) (0) 2020.09.14 Spring - Asynchronous request processing (비동기 요청 처리) (0) 2020.08.22 STS 3버전 4로 마이그레이션 (0) 2020.08.19