From ff4295358a99b2d35265a5fed445e4407cf6ed9a Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 18 五月 2020 14:48:10 +0800
Subject: [PATCH] 2020-05-18

---
 src/templates/comtableconfig/index.jsx |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/templates/comtableconfig/index.jsx b/src/templates/comtableconfig/index.jsx
index 489dc0a..f729761 100644
--- a/src/templates/comtableconfig/index.jsx
+++ b/src/templates/comtableconfig/index.jsx
@@ -82,7 +82,7 @@
     if (!_LongParam) {
       _config = fromJS(Source.baseConfig).toJS()
       if (!menu.isSubtable) { // 涓嶆槸閫夋嫨涓诲瓙琛ㄦ椂锛岄殣钘忔爣绛鹃〉
-        _config.tabs = []
+        _config.tabgroups = [{ uuid: 'tabs', sublist: [] }]
       }
       _config.isAdd = true
     } else {
@@ -105,7 +105,6 @@
     }
 
     // 閰嶇疆榛樿鍊硷紝鍏煎
-    _config.tabs = _config.tabs || []
     _config.Template = 'CommonTable'
     _config.easyCode = _config.easyCode || ''
 

--
Gitblit v1.8.0