pikachu1995@126.com 2024-01-24 14:58:11 +08:00
commit c1cdf97edb
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}, },
// //