From 8190d6e5ac14616d85e3992169ecef6d99d03b76 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 13 十一月 2020 15:29:57 +0800
Subject: [PATCH] 2020-11-13

---
 src/tabviews/formtab/index.jsx |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/tabviews/formtab/index.jsx b/src/tabviews/formtab/index.jsx
index c618b94..719b1c0 100644
--- a/src/tabviews/formtab/index.jsx
+++ b/src/tabviews/formtab/index.jsx
@@ -529,8 +529,7 @@
       } else {
         if (btn.execSuccess !== 'never') {
           let PMenu = {
-            MenuID: this.props.param.parentId || '',
-            position: btn.execSuccess
+            MenuID: this.props.param.parentId || ''
           }
           this.props.refreshTabView(PMenu)
         }
@@ -557,7 +556,6 @@
         if (btn.execError !== 'never') {
           let PMenu = {
             MenuID: this.props.param.parentId || '',
-            position: btn.execError
           }
           this.props.refreshTabView(PMenu)
         }

--
Gitblit v1.8.0