fix:选择分类时不刷新数据,只重搜在售商品,避免分类被重置

This commit is contained in:
ShenQiLun 2026-07-02 16:14:38 +08:00
parent c3f96e378a
commit f9e94018cc

View File

@ -1974,8 +1974,7 @@ export default {
this.noIsbnCategoryIndex = index
var item = this.noIsbnCategoryList[index]
this.noIsbnSelectedCategoryValue = item ? item.value : ''
// //() +
this.fetchNoIsbnBookData(false)
// //
this.debouncedReSearch()
},