From b1fc0a89ce16dd14a6dff98c228a308e85a53828 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 18 十月 2024 16:33:54 +0800 Subject: [PATCH] Merge branch 'positec' into dms --- src/tabviews/custom/components/table/base-table/index.jsx | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/table/base-table/index.jsx b/src/tabviews/custom/components/table/base-table/index.jsx index 5b5f0f3..939347e 100644 --- a/src/tabviews/custom/components/table/base-table/index.jsx +++ b/src/tabviews/custom/components/table/base-table/index.jsx @@ -69,6 +69,10 @@ setting.selected = 'false' } + if (_config.setting.supModule && !BID) { + _config.setting.onload = 'false' + } + _config.style = _config.style || {} this.setState({ -- Gitblit v1.8.0