From f393af9623c26ae177a3f69b8676afc4e23bff8d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 08 二月 2022 14:48:51 +0800 Subject: [PATCH] 2022-02-08 --- src/tabviews/custom/index.jsx | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/index.jsx b/src/tabviews/custom/index.jsx index b7262d9..5fb6bd9 100644 --- a/src/tabviews/custom/index.jsx +++ b/src/tabviews/custom/index.jsx @@ -916,7 +916,8 @@ } else { params.push(getStructDefaultParam(component, searchlist, params.length === 0)) } - } else if (component.floor === 1) { + } else if (params) { + // } else if (component.floor === 1) { component.setting.sync = 'false' } -- Gitblit v1.8.0