This commit is contained in:
pikachu1995@126.com 2024-01-24 14:58:11 +08:00
commit c1cdf97edb

View File

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