소스 검색

产品管理新增字段

LAPTOP-16IUEB3P\Lenovo 2 년 전
부모
커밋
a2163ff2ba
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/material/product/index.vue

+ 1 - 0
src/views/material/product/index.vue

@@ -103,6 +103,7 @@
           ...where,
           pageNum: page,
           size: limit,
+          isProduct:true,
           categoryLevelId: this.categoryLevelId
         });
       },