From f9e94018cc5b173d61159b8b3e08e5046f65fd57 Mon Sep 17 00:00:00 2001 From: ShenQiLun <97694732@qq.com> Date: Thu, 2 Jul 2026 16:14:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E9=80=89=E6=8B=A9=E5=88=86=E7=B1=BB?= =?UTF-8?q?=E6=97=B6=E4=B8=8D=E5=88=B7=E6=96=B0=E6=95=B0=E6=8D=AE,?= =?UTF-8?q?=E5=8F=AA=E9=87=8D=E6=90=9C=E5=9C=A8=E5=94=AE=E5=95=86=E5=93=81?= =?UTF-8?q?,=E9=81=BF=E5=85=8D=E5=88=86=E7=B1=BB=E8=A2=AB=E9=87=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/upload/upload.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/upload/upload.vue b/pages/upload/upload.vue index c0c2699..e93cf4f 100644 --- a/pages/upload/upload.vue +++ b/pages/upload/upload.vue @@ -1974,8 +1974,7 @@ export default { this.noIsbnCategoryIndex = index var item = this.noIsbnCategoryList[index] this.noIsbnSelectedCategoryValue = item ? item.value : '' - // 选择分类后:一次获取出版社/分类/作者(全部) + 重搜在售商品 - this.fetchNoIsbnBookData(false) + // 选择分类后:只重新搜索在售商品(不刷新分类/作者/出版社,避免重置用户选择) this.debouncedReSearch() },