修改筛选逻辑判断
parent
58484f1b61
commit
91cc98e853
|
@ -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]) {
|
||||||
|
|
Loading…
Reference in New Issue