...
|
...
|
@@ -489,7 +489,10 @@ export default { |
|
|
await this.fetchList({...params, isReset: true});
|
|
|
|
|
|
// 获取筛选项
|
|
|
let filterData = await this.fetchSecondFilterData();
|
|
|
let filterDataParams = {};
|
|
|
filterDataParams.productPool = productPool;
|
|
|
let filterData = await this.fetchSecondFilterData(filterDataParams);
|
|
|
|
|
|
let filterParams = this.filterParams;
|
|
|
|
|
|
for (let item of filterData) {
|
...
|
...
|
|