소스 검색

bug修复提交

LAPTOP-16IUEB3P\Lenovo 2 년 전
부모
커밋
796b41f081
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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 () {