浏览代码

产品管理新增字段

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
         });
       },