Explorar el Código

bug修复提交

LAPTOP-16IUEB3P\Lenovo hace 2 años
padre
commit
796b41f081
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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 () {