-
# What? - 객체배열을 백엔드에 그냥 전달하면 정상적인 값으로 전달이 안됨 # How? @ front this.form.options = JSON.stringify(this.form.options); this.form.get("/orders/create"); @ backend json_decode($request->options, true)