반응형
Uncaught SyntaxError: Invalid shorthand property initializer
ajax 사용시 변수 넣을때 : 를 = 로 사용한 오류
$.ajax({
type: 'post',
url: '/shp/rvw',
data: { "_token": "{{ csrf_token() }}",shp_id : shp_id, cus_id : cus_id, shp_rtn : shp_rtn, shp_rvw : shp_rvw, ord_no = ord_no},
반응형