From 08cce3334a2dc81d690b518136b0aaea64e48b0b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 14 六月 2023 09:55:50 +0800 Subject: [PATCH] 2023-06-14 --- src/menu/datasource/index.jsx | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/menu/datasource/index.jsx b/src/menu/datasource/index.jsx index 52a1544..27d9a81 100644 --- a/src/menu/datasource/index.jsx +++ b/src/menu/datasource/index.jsx @@ -162,6 +162,8 @@ } return item }) + + res.columns.reverse() } let maxScript = 0 @@ -198,6 +200,18 @@ res.setting.maxScript = maxScript + if (config.subtype !== 'dualdatacard') { + delete res.subColumns + } else { + res.subColumns.reverse() + } + + if (this.verifyRef.state.debugId) { + res.setting.debugId = this.verifyRef.state.debugId + } else { + delete res.setting.debugId + } + this.setState({loading: false, visible: false}) this.props.updateConfig({...config, ...res}) }, () => { -- Gitblit v1.8.0