@@ -156,7 +156,8 @@
pageNum: page,
size: limit,
categoryLevelId: this.categoryLevelId,
- isProduct: true
+ isProduct: true,
+ isEnable: 1
};
const data = await getList(params);
this.tableList = data.list;
@@ -179,7 +179,8 @@