yunxing 4 年之前
父节点
当前提交
731625b392
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/equipmentFacilities/MSwiper.vue

+ 1 - 1
src/components/equipmentFacilities/MSwiper.vue

@@ -76,7 +76,7 @@ export default {
     },
     created() {
         swiperVm = this
-        this.swiperList = cloneDeep(this.list.slice(0,11))
+        this.swiperList = cloneDeep(this.list)
         let swiperData = []
         swiperData = this.group(this.swiperList, 15)
         this.swiperData = swiperData