From 800a1cf2b27b354abbaf86afd122ab4f30053abe Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 02 六月 2026 17:02:39 +0800
Subject: [PATCH] 英泽防锈 1.修改角色时菜单列表展示问题修改

---
 src/views/officeProcessAutomation/ApproveManage/approve-template/useSelectOptionSources.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/views/officeProcessAutomation/ApproveManage/approve-template/useSelectOptionSources.js b/src/views/officeProcessAutomation/ApproveManage/approve-template/useSelectOptionSources.js
index 8397288..98da303 100644
--- a/src/views/officeProcessAutomation/ApproveManage/approve-template/useSelectOptionSources.js
+++ b/src/views/officeProcessAutomation/ApproveManage/approve-template/useSelectOptionSources.js
@@ -6,12 +6,13 @@
   resolveSelectDisplayLabel,
 } from "./selectOptionSource.js";
 
-/** 涓嬫媺鍔ㄦ�侀�夐」锛氫汉鍛� / 閮ㄩ棬缂撳瓨涓庤В鏋� */
+/** 涓嬫媺鍔ㄦ�侀�夐」锛氫汉鍛� / 閮ㄩ棬 / 杞﹁締缂撳瓨涓庤В鏋� */
 export function useSelectOptionSources() {
   const loading = ref(false);
   const caches = reactive({
     users: [],
     deptOptions: [],
+    vehicles: [],
   });
 
   async function ensureForFields(fields) {
@@ -22,6 +23,7 @@
       const next = await fetchSelectOptionCaches(sources);
       caches.users = next.users;
       caches.deptOptions = next.deptOptions;
+      caches.vehicles = next.vehicles;
     } finally {
       loading.value = false;
     }

--
Gitblit v1.9.3