@@ -536,10 +536,12 @@
this.searchForm.pageNum = page;
return this.changeDimension(this.dimension);
}
+ // isEnabled 1:查启用 0:查停用,不传该参数查所有
return getProductList({
pageNum: page,
size: limit,
- ...where
+ ...where,
+ isEnabled: 1
});
},
async tableDone() {