修改筛选逻辑判断

This commit is contained in:
lemon橪
2021-11-10 10:22:37 +08:00
parent 58484f1b61
commit 91cc98e853

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]) {