From 4ebc73199bcd4b23739a2e1d22c372e8081310c5 Mon Sep 17 00:00:00 2001
From: 王恒 <318726284@qq.com>
Date: 星期五, 18 七月 2025 17:55:29 +0800
Subject: [PATCH] '完善筛选项'

---
 src/main.ts |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/main.ts b/src/main.ts
index e74fcf7..410f049 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -25,7 +25,7 @@
 
 import "./permission"; // permission control
 
-import { useDict } from "@/utils/dict";
+import { useDict, useDictPer } from "@/utils/dict";
 import { parseTime, resetForm, addDateRange, handleTree, selectDictLabel, selectDictLabels } from "@/utils/ruoyi";
 
 // 鍒嗛〉缁勪欢
@@ -49,6 +49,8 @@
 
 // 鍏ㄥ眬鏂规硶鎸傝浇
 app.config.globalProperties.useDict = useDict;
+app.config.globalProperties.useDictPer = useDictPer;
+
 // app.config.globalProperties.useDict = (e: any): ToRefs<Dict.resDictType> => {
 //   return useDict(e);
 // };

--
Gitblit v1.9.1