소스 검색

no message

linwenxin 11 달 전
부모
커밋
beb483834c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/mallManagement/activity/special_set/index.vue

+ 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 => {