From b5bc0d6eb2d2e55ea830a1b286252b9754cbf8e9 Mon Sep 17 00:00:00 2001
From: hutongqing <hutongqing@hnkhzn.com>
Date: 星期三, 21 八月 2024 11:21:04 +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