fix:选择分类时不刷新数据,只重搜在售商品,避免分类被重置
This commit is contained in:
parent
c3f96e378a
commit
f9e94018cc
@ -1974,8 +1974,7 @@ export default {
|
|||||||
this.noIsbnCategoryIndex = index
|
this.noIsbnCategoryIndex = index
|
||||||
var item = this.noIsbnCategoryList[index]
|
var item = this.noIsbnCategoryList[index]
|
||||||
this.noIsbnSelectedCategoryValue = item ? item.value : ''
|
this.noIsbnSelectedCategoryValue = item ? item.value : ''
|
||||||
// 选择分类后:一次获取出版社/分类/作者(全部) + 重搜在售商品
|
// 选择分类后:只重新搜索在售商品(不刷新分类/作者/出版社,避免重置用户选择)
|
||||||
this.fetchNoIsbnBookData(false)
|
|
||||||
this.debouncedReSearch()
|
this.debouncedReSearch()
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user