From 790dfe8172be5027940a04594224531d15143389 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 12 十二月 2019 19:30:30 +0800
Subject: [PATCH] 2019-12-12

---
 src/templates/comtableconfig/actionform/index.jsx |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/templates/comtableconfig/actionform/index.jsx b/src/templates/comtableconfig/actionform/index.jsx
index d850581..7903f59 100644
--- a/src/templates/comtableconfig/actionform/index.jsx
+++ b/src/templates/comtableconfig/actionform/index.jsx
@@ -111,7 +111,7 @@
       if (_intertype === 'outer') {
         _options = ['label', 'OpenType', 'intertype', 'innerFunc', 'interface', 'outerFunc', 'callbackFunc', 'icon', 'class', 'execSuccess', 'execError', 'method']
       } else {
-        _options = ['label', 'OpenType', 'intertype', 'innerFunc', 'icon', 'class', 'execSuccess', 'execError', 'sql', 'sqlType']
+        _options = ['label', 'OpenType', 'intertype', 'innerFunc', 'icon', 'class', 'execSuccess', 'execError']
       }
     } else {
       if (_intertype === 'outer') {
@@ -132,7 +132,7 @@
         } else if (item.key === 'Ot') {
           if (_opentype === 'innerpage' || _position === 'grid') {
             item.options = this.state.reqOptionSgl
-          } else if (['outerpage', 'blank', 'tab', 'pop', 'popview'].includes(_opentype)) {
+          } else if (['outerpage', 'blank', 'tab', 'popview'].includes(_opentype)) {
             item.options = this.state.reqOptions
           } else {
             item.options = this.state.reqOptionsMutil
@@ -158,7 +158,7 @@
         if (this.state.interType === 'outer') {
           _options = ['label', 'OpenType', 'intertype', 'innerFunc', 'interface', 'outerFunc', 'callbackFunc', 'icon', 'class', 'execSuccess', 'execError', 'method']
         } else {
-          _options = ['label', 'OpenType', 'intertype', 'innerFunc', 'icon', 'class', 'execSuccess', 'execError', 'sql', 'sqlType']
+          _options = ['label', 'OpenType', 'intertype', 'innerFunc', 'icon', 'class', 'execSuccess', 'execError']
         }
       } else {
         if (this.state.interType === 'inner') {
@@ -181,7 +181,7 @@
               item.options = this.state.reqOptionSgl
               item.initVal = 'requiredSgl'
               item.hidden = true
-            } else if (['outerpage', 'blank', 'tab', 'pop', 'popview'].includes(value)) {
+            } else if (['outerpage', 'blank', 'tab', 'popview'].includes(value)) {
               item.options = this.state.reqOptions
               item.initVal = 'requiredSgl'
               item.hidden = true

--
Gitblit v1.8.0