From 12d35ec6420dfc25f5d460f710638b2e10a52ed8 Mon Sep 17 00:00:00 2001 From: "97694732@qq.com" Date: Thu, 4 Jun 2026 14:43:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=B0=E5=88=B7=E6=97=B6=E9=97=B4:=E5=B9=B4?= =?UTF-8?q?=E4=BB=BD=E8=8C=83=E5=9B=B4800-=E5=BD=93=E5=89=8D=E5=B9=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/upload/upload.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/upload/upload.vue b/pages/upload/upload.vue index af17a9e..4a5ee7d 100644 --- a/pages/upload/upload.vue +++ b/pages/upload/upload.vue @@ -1075,7 +1075,8 @@ export default { }, noIsbnYearOptions() { const arr = [] - for (let i = 1960; i <= 2035; i++) arr.push(String(i)) + const cur = new Date().getFullYear() + for (let i = 800; i <= cur; i++) arr.push(String(i)) return arr }, noIsbnMonthOptions() {