From 97e2d4ed235929a98613cebc6ea70d05ddada85d Mon Sep 17 00:00:00 2001 From: ShenQiLun <97694732@qq.com> Date: Thu, 2 Jul 2026 16:02:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8DfetchNoIsbnBookData?= =?UTF-8?q?=E5=BE=AA=E7=8E=AF=E8=B0=83=E7=94=A8=E5=AF=BC=E8=87=B4=E5=88=86?= =?UTF-8?q?=E7=B1=BB=E4=B8=BA=E7=A9=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/upload/upload.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/upload/upload.vue b/pages/upload/upload.vue index 35c0423..142d499 100644 --- a/pages/upload/upload.vue +++ b/pages/upload/upload.vue @@ -1933,7 +1933,7 @@ export default { if (catList.length > 0) { this.noIsbnCategoryNames = catList.map(function(item) { return item.showName + '(' + item.showValue + ')' }) this.noIsbnCategoryIndex = 0 - this.onNoIsbnCategorySelect(0) + this.noIsbnSelectedCategoryValue = catList[0] ? catList[0].value : '' } else { this.noIsbnCategoryNames = ['未获取到分类'] this.noIsbnCategoryIndex = 0