From d38dc481492878c04ddf2d6bc2e9bf7d44c57fd7 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 23 十二月 2019 18:29:38 +0800 Subject: [PATCH] 2019-12-23 --- src/templates/subtableconfig/index.jsx | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/templates/subtableconfig/index.jsx b/src/templates/subtableconfig/index.jsx index bef5538..aa2766b 100644 --- a/src/templates/subtableconfig/index.jsx +++ b/src/templates/subtableconfig/index.jsx @@ -80,6 +80,7 @@ _config = JSON.parse(JSON.stringify(Source.baseConfig)) if (config.uuid) { _config.uuid = config.uuid + _config.tabName = config.label } } else { _config = JSON.parse(JSON.stringify(config)) -- Gitblit v1.8.0