From 8e2fa46712b0b37d3b497314506942e3c46093a3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=83=91=E7=AC=83=E5=AE=9E?= <3388214266@qq.com>
Date: Sat, 10 Jan 2026 22:15:37 +0800
Subject: [PATCH] =?UTF-8?q?refactor(boss):=20=E4=BC=98=E5=8C=96=E5=86=B3?=
=?UTF-8?q?=E7=AD=96=E8=AE=B0=E5=BD=95=E5=A4=84=E7=90=86=E9=80=BB=E8=BE=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 添加检查是否存在决策记录的功能
- 实现已存在记录时更新操作
- 实现不存在记录时插入新记录
- 统一决策时间设置逻辑
- 优化异常处理机制
- 修正更新申请状态的注释信息
---
BOSSFrontEnd/.idea/vcs.xml | 1 +
BOSSFrontEnd/BOSS/src/views/LoginView.vue | 4 +---
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/BOSSFrontEnd/.idea/vcs.xml b/BOSSFrontEnd/.idea/vcs.xml
index 35eb1dd..62bd7a0 100644
--- a/BOSSFrontEnd/.idea/vcs.xml
+++ b/BOSSFrontEnd/.idea/vcs.xml
@@ -2,5 +2,6 @@
+
\ No newline at end of file
diff --git a/BOSSFrontEnd/BOSS/src/views/LoginView.vue b/BOSSFrontEnd/BOSS/src/views/LoginView.vue
index 7c3a661..f5a85af 100644
--- a/BOSSFrontEnd/BOSS/src/views/LoginView.vue
+++ b/BOSSFrontEnd/BOSS/src/views/LoginView.vue
@@ -13,10 +13,8 @@
:model="formState"
@finish="handleSubmit"
>
-
+
-
-