From bed7f39d56c3c170d726f9bca337cf7f4d7b9479 Mon Sep 17 00:00:00 2001 From: ShenQiLun <97694732@qq.com> Date: Wed, 1 Jul 2026 14:35:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E7=82=B9=E5=87=BB=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E5=90=8C=E6=AD=A5=E9=87=8D=E6=96=B0=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E4=BD=9C=E8=80=85/=E5=87=BA=E7=89=88=E7=A4=BE/?= =?UTF-8?q?=E5=88=86=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/upload/upload.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/upload/upload.vue b/pages/upload/upload.vue index a9e2e44..04600c4 100644 --- a/pages/upload/upload.vue +++ b/pages/upload/upload.vue @@ -3006,6 +3006,8 @@ export default { uni.showToast({ title: '请输入书名', icon: 'none' }) return } + // 点击搜索时重新获取作者、出版社、分类 + this.fetchNoIsbnBookData() // 先查询PSI系统已有图书 this.searchNoIsbnBook(function(hasData) { if (!hasData) {