From 46134698b5b6aeb8ec563de7db825c36c38d1ff7 Mon Sep 17 00:00:00 2001 From: hbk01 <3243430237@qq.com> Date: Thu, 23 Apr 2026 21:32:40 +0800 Subject: [PATCH] =?UTF-8?q?+=20=E4=BF=AE=E5=A4=8D=E8=BF=87=E6=9C=9F?= =?UTF-8?q?=E6=A3=80=E6=9F=A5=E6=97=A0=E6=B3=95=E6=B7=BB=E5=8A=A0=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/clock.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/views/clock.html b/views/clock.html index 7a6d396..013dea6 100644 --- a/views/clock.html +++ b/views/clock.html @@ -39,7 +39,7 @@ return } // TODO 在这里可以添加将记录保存到数据库或本地存储的逻辑 - this.formData.expire_date = formatDate(new Date(this.formData.expire_date)) + this.formData.expire_date = this.formatDate(new Date(this.formData.expire_date)) post(this.formData).then(data => { this.records.push(data) ElMessage.success('记录添加成功') @@ -154,7 +154,6 @@