From d3e3e32f62955e7ac7983bde70924daaacab5dc1 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 08 九月 2020 13:33:37 +0800
Subject: [PATCH] 2020-09-08

---
 src/tabviews/verupmanage/subtabtable/index.jsx |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/src/tabviews/verupmanage/subtabtable/index.jsx b/src/tabviews/verupmanage/subtabtable/index.jsx
index d3eb69f..298a321 100644
--- a/src/tabviews/verupmanage/subtabtable/index.jsx
+++ b/src/tabviews/verupmanage/subtabtable/index.jsx
@@ -122,6 +122,10 @@
       }
     })
 
+    if (config.setting.interType === 'inner' && !config.setting.innerFunc) {
+      config.setting.interType = 'system'
+    }
+
     this.setState({
       config: config,
       setting: config.setting,
@@ -167,10 +171,10 @@
       }
     }
 
-    if (setting.interType !== 'inner' || (setting.interType === 'inner' && setting.innerFunc)) {
-      param = this.getCustomParam(_BID)
-    } else {
+    if (setting.interType === 'system') {
       param = this.getDefaultParam(_BID)
+    } else {
+      param = this.getCustomParam(_BID)
     }
 
     this.handleTableId()

--
Gitblit v1.8.0