修改筛选逻辑判断

master
lemon橪 2021-11-10 10:22:37 +08:00
parent 58484f1b61
commit 91cc98e853
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@ export default {
} }
}); });
this.params.brandId = this.params.brandId.join("@") || this.params.brandId; this.params.brandId = this.params.brandId.join("@") || "";
// () // ()
if (this.selectedWay["categoryId"][0]) { if (this.selectedWay["categoryId"][0]) {