Parcourir la source

bug修复提交

LAPTOP-16IUEB3P\Lenovo il y a 2 ans
Parent
commit
796b41f081
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/views/material/productLinkMaterial/index.vue

+ 2 - 1
src/views/material/productLinkMaterial/index.vue

@@ -105,7 +105,8 @@
           ...where,
           pageNum: page,
           size: limit,
-          categoryLevelId: this.categoryLevelId
+          categoryLevelId: this.categoryLevelId,
+          isProduct: true
         });
       },
       success () {