From a5c3246c15ae8c314bd6db5d3747369cd0295b9e Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期二, 04 三月 2025 13:54:14 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/src/main.js b/src/main.js
index 7f0fd18..870a586 100644
--- a/src/main.js
+++ b/src/main.js
@@ -26,6 +26,7 @@
   selectDictLabels,
   handleTree,
 } from "@/utils/ruoyi";
+import { dictToValue } from "@/utils/index";
 // 鍒嗛〉缁勪欢
 import Pagination from "@/components/Pagination";
 // 鑷畾涔夎〃鏍煎伐鍏风粍浠�
@@ -59,6 +60,7 @@
 Vue.prototype.selectDictLabels = selectDictLabels;
 Vue.prototype.download = download;
 Vue.prototype.handleTree = handleTree;
+Vue.prototype.dictToValue = dictToValue;
 Vue.prototype.HaveJson = (val) => {
   return JSON.parse(JSON.stringify(val));
 };

--
Gitblit v1.9.3