库存预警,分类搜索问题

master
chc 2024-01-24 11:33:12 +08:00
parent a314373e64
commit 0ec5955ea0
1 changed files with 1 additions and 1 deletions

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