From d0f01f571918ae942349068776fa7fb70f3ab5cd Mon Sep 17 00:00:00 2001 From: hutongqing <hutongqing@hnkhzn.com> Date: 星期三, 28 八月 2024 16:20:18 +0800 Subject: [PATCH] 更新设备信息表从表导入问题 --- 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