From a4122d504f8fc5f0626eaa0cbc270b47742812d9 Mon Sep 17 00:00:00 2001
From: hutongqing <hutongqing@hnkhzn.com>
Date: 星期一, 26 八月 2024 17:13:36 +0800
Subject: [PATCH] 1
---
WIDESEAWCS_Client/src/components/basic/ViewGrid/methods.js | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/WIDESEAWCS_Client/src/components/basic/ViewGrid/methods.js b/WIDESEAWCS_Client/src/components/basic/ViewGrid/methods.js
index 2893bad..fa02eca 100644
--- a/WIDESEAWCS_Client/src/components/basic/ViewGrid/methods.js
+++ b/WIDESEAWCS_Client/src/components/basic/ViewGrid/methods.js
@@ -1343,6 +1343,7 @@
//鏄惁蹇界暐鍓嶇紑/ 鑾峰彇鎿嶄綔鐨剈rl
return (!ingorPrefix ? '/' : '') + 'api' + this.table.url + action;
},
+
initDicKeys() {
//鍒濆鍖栧瓧鍏告暟鎹�
let keys = [];
@@ -1392,6 +1393,7 @@
if (keys.length == 0) return;
let $this = this;
this.http.post('/api/Sys_Dictionary/GetVueDictionary', keys).then((dic) => {
+
$this.bindOptions(dic);
//2022.04.04澧炲姞瀛楀吀鍔犺浇瀹屾垚鏂规硶
$this.dicInited && $this.dicInited(dic);
@@ -1672,7 +1674,7 @@
this.$refs.table && this.search();
}
},
- fullscreen(full){ //寮瑰嚭妗嗗叏灞忔柟娉�
+ fullscreen(full) { //寮瑰嚭妗嗗叏灞忔柟娉�
}
};
--
Gitblit v1.9.3