From ed859652c1e687e76d307db148fbe129fc523668 Mon Sep 17 00:00:00 2001 From: andy <594580820@qq.com> Date: Tue, 27 Jan 2026 18:28:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/types/index.ts | 2 +- frontend/src/views/Layout.vue | 2 +- frontend/src/views/Login.vue | 2 +- frontend/src/views/Report.vue | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/types/index.ts b/frontend/src/types/index.ts index 760fb6d..7e63ecd 100644 --- a/frontend/src/types/index.ts +++ b/frontend/src/types/index.ts @@ -75,7 +75,7 @@ export interface Report { } export interface ReportForm { - customerId: number + customerId: number | null description?: string } diff --git a/frontend/src/views/Layout.vue b/frontend/src/views/Layout.vue index 141528b..aad9fef 100644 --- a/frontend/src/views/Layout.vue +++ b/frontend/src/views/Layout.vue @@ -1,7 +1,7 @@