From 73984f09977ca8556891cb34d34a0f47976bc72d Mon Sep 17 00:00:00 2001 From: ShenQiLun <97694732@qq.com> Date: Thu, 2 Jul 2026 15:25:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=82=B9=E5=87=BB=E4=BB=BB=E6=84=8F?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE=E5=85=B3=E9=97=AD=E4=B8=8B=E6=8B=89=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/upload/upload.vue | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/pages/upload/upload.vue b/pages/upload/upload.vue index 2a57ec1..c417dda 100644 --- a/pages/upload/upload.vue +++ b/pages/upload/upload.vue @@ -223,7 +223,7 @@ - + @@ -309,7 +309,7 @@ - + {{ item }} @@ -318,7 +318,7 @@ - + {{ item.showName || item }}{{ item.showValue ? '(' + item.showValue + ')' : '' }} @@ -384,7 +384,7 @@ - + {{ item }} @@ -402,7 +402,7 @@ - + {{ item }} @@ -1977,6 +1977,14 @@ export default { }, 300) }, + // 关闭所有展开的下拉列表 + closeAllNoIsbnDropdowns() { + this.noIsbnAuthorDropdownVisible = false + this.noIsbnPublisherDropdownVisible = false + this.noIsbnFormatDropdownVisible = false + this.noIsbnBindingDropdownVisible = false + }, + // 印刷时间 - 列变化 onNoIsbnPrintTimeColumnChange(e) { const { column, value } = e.detail