Skip to content
Snippets Groups Projects
Commit b758feeb authored by jaypae95's avatar jaypae95
Browse files

fixed request param struct

parent 230893b1
No related branches found
No related tags found
1 merge request!45Makeplan data
......@@ -142,9 +142,7 @@ export default {
})
},
makeTour (idx) {
this.tours.push({
place_id: idx.place_id
})
this.tours.push(idx.place_id)
this.placeNames.push({
place_name: idx.place_name
})
......@@ -152,7 +150,7 @@ export default {
addTour () {
const data = {
city_id: cc,
place_id: this.tours,
place_id: this.tours
}
const data2 = {
day: dayNum,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment