1. 문제 - 지난번 로그인 기능 제작 및 권한 기능 생성 후 권한 제어를 해둔 페이지 내의 POST 관련 기능 실행 시 에러가 발생하는 상황이 발생함에 따라 이를 해결해야할 소요가 생김. 2. 변경 전 코드 - statistics.js # 변경 전 postPerfomanceQuantityList: function () { $("#quantity_result").LoadingOverlay("show"); const url_ = `/api_data/data_performance/quantityList/` const body = { "quantity_value_texture_st": this.performance_value_texture_st, "start_date": this.performance_date..