浏览代码

装修bug

panhui 5 年之前
父节点
当前提交
d27ee88dbb
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)