linwenxin 11 miesięcy temu
rodzic
commit
beb483834c

+ 1 - 1
src/views/mallManagement/activity/special_set/index.vue

@@ -626,7 +626,7 @@ export default {
           ids.push(item.categoryId)
         }
       })
-      getMoreGoodsList({ categoryIds: ids.join(',') }).then(res => {
+      getMoreGoodsList({ categoryIds: ids.join(','), status: true }).then(res => {
         let oldGoodsList = this.goodsList
         let newGoodsList = []
         res.data.forEach(item => {