From 2e8eebd8e5a549cdf16fda43c5cf6b1568aadcaa Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期二, 04 三月 2025 11:45:01 +0800
Subject: [PATCH] 搬迁体系管理70%
---
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