@@ -414,12 +414,14 @@
/* 表格数据源 */
async datasource({ page, limit, where, order }) {
this.currentPage = page;
+ // isEnabled 1:查启用 0:查停用,不传该参数查所有
let labs = getMaterialList({
pageNum: page,
size: limit,
...this.sort,
...where,
- categoryLevelId: this.currentId
+ categoryLevelId: this.currentId,
+ isEnabled: 1
});
this.whereData = {