Merge branch 'master' of https://gitee.com/beijing_hongye_huicheng/lilishop-ui
This commit is contained in:
commit
c1cdf97edb
@ -334,7 +334,7 @@
|
||||
handleSearch() {
|
||||
this.searchForm.pageNumber = 1;
|
||||
this.searchForm.pageSize = 10;
|
||||
this.searchForm.categoryPath = this.category.join(",")
|
||||
this.searchForm.categoryPath = this.category ? this.category.join(",") : null;
|
||||
this.getDataList();
|
||||
},
|
||||
// 重置搜索条件
|
||||
|
Loading…
x
Reference in New Issue
Block a user