ruanzb 4 лет назад
Родитель
Сommit
1ab48c0968
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      buyer/src/pages/GoodsList.vue

+ 1 - 0
buyer/src/pages/GoodsList.vue

@@ -167,6 +167,7 @@ export default {
     },
     getGoodsList () {
       this.loading = true;
+      this.params.salesModel = "RETAIL"
       apiGoods.goodsList(this.params)
         .then((res) => {
           this.loading = false;