From ac03526ea51cb1baae67ab7dd2ee1e085f6a57a4 Mon Sep 17 00:00:00 2001
From: java2sap <39330069+sapuser2017@users.noreply.github.com>
Date: 星期五, 31 十二月 2021 13:33:50 +0800
Subject: [PATCH] Update vite.config.js

---
 src/views/monitor/operlog/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/monitor/operlog/index.vue b/src/views/monitor/operlog/index.vue
index d998d5c..d6501cd 100644
--- a/src/views/monitor/operlog/index.vue
+++ b/src/views/monitor/operlog/index.vue
@@ -238,7 +238,7 @@
 }
 /** 鎿嶄綔鏃ュ織绫诲瀷瀛楀吀缈昏瘧 */
 function typeFormat(row, column) {
-  return selectDictLabel(sys_oper_type, row.businessType);
+  return proxy.selectDictLabel(sys_oper_type.value, row.businessType);
 }
 /** 鎼滅储鎸夐挳鎿嶄綔 */
 function handleQuery() {

--
Gitblit v1.9.3