panhui 5 lat temu
rodzic
commit
d27ee88dbb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/main/pc/src/views/vendor/DecorateShop.vue

+ 1 - 1
src/main/pc/src/views/vendor/DecorateShop.vue

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