From 02dab18683eab22bf7a37c404a17d9174820f29c Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期三, 27 八月 2025 14:22:59 +0800
Subject: [PATCH] :fire: 优化 采购页面添加类型 新增应付页面

---
 src/App.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 31839f2..85503ea 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -4,9 +4,11 @@
 
 <script setup>
 import useSettingsStore from '@/store/modules/settings'
+import dictStore from '@/store/modules/dict'
 import { handleThemeStyle } from '@/utils/theme'
 
 onMounted(() => {
+  dictStore().initDict()
   nextTick(() => {
     // 鍒濆鍖栦富棰樻牱寮�
     handleThemeStyle(useSettingsStore().theme)

--
Gitblit v1.9.3