mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 00:45:54 +08:00
库存预警,分类搜索问题
This commit is contained in:
@@ -334,7 +334,7 @@
|
|||||||
handleSearch() {
|
handleSearch() {
|
||||||
this.searchForm.pageNumber = 1;
|
this.searchForm.pageNumber = 1;
|
||||||
this.searchForm.pageSize = 10;
|
this.searchForm.pageSize = 10;
|
||||||
this.searchForm.categoryPath = this.category.join(",")
|
this.searchForm.categoryPath = this.category ? this.category.join(",") : null;
|
||||||
this.getDataList();
|
this.getDataList();
|
||||||
},
|
},
|
||||||
// 重置搜索条件
|
// 重置搜索条件
|
||||||
|
|||||||
Reference in New Issue
Block a user