|
|
@@ -195,7 +195,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
Promise.all([
|
|
|
- this.$http.post('/buyersInfo/save', buyersInfo, { body: 'json' }),
|
|
|
+ this.$http.post('/buyersInfo/saveVO', buyersInfo, { body: 'json' }),
|
|
|
this.$http.post('/decoration/save', decoration, { body: 'json' }),
|
|
|
this.$http.post('/successCase/saveAll', {
|
|
|
all: JSON.stringify(this.vendorPageInfo.cases)
|