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/extension/taskinfo/task.js |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/WIDESEAWCS_Client/src/extension/taskinfo/task.js b/WIDESEAWCS_Client/src/extension/taskinfo/task.js
index 9671e50..055162b 100644
--- a/WIDESEAWCS_Client/src/extension/taskinfo/task.js
+++ b/WIDESEAWCS_Client/src/extension/taskinfo/task.js
@@ -17,6 +17,13 @@
     methods: {
         //涓嬮潰杩欎簺鏂规硶鍙互淇濈暀涔熷彲浠ュ垹闄�
         onInit() {
+            // this.$Notice.success({ title: this.detailOptions.cnName + ',鏌ヨ缁撴灉', desc: '杩斿洖鐨勫璞★細' + JSON.stringify(data) });
+
+            var previousButton = this.buttons.find((x) => x.value == "Previous");
+            if (previousButton) previousButton.hidden = true;
+            var nextButton = this.buttons.find((x) => x.value == "Next");
+            if (nextButton) nextButton.hidden = true;
+            
             //鎵╁睍椤甸潰鍒濆鍖栨搷浣�
             this.columns.push({
                 field: '鎿嶄綔',
@@ -31,7 +38,7 @@
                 },
                 click: (row) => {
                     this.$refs.gridBody.open(row);
-                  }
+                }
             });
         },
         onInited() {

--
Gitblit v1.9.3