From 6942709801f2a5976968e21ab045c4159dd7ac23 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 23 六月 2022 18:04:28 +0800 Subject: [PATCH] 2022-06-23 --- src/tabviews/custom/index.jsx | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/tabviews/custom/index.jsx b/src/tabviews/custom/index.jsx index 814d63c..1273078 100644 --- a/src/tabviews/custom/index.jsx +++ b/src/tabviews/custom/index.jsx @@ -853,8 +853,7 @@ item.submit.$menuId = item.uuid } } else if (item.type === 'form') { - item.subcards = item.subcards.map((group, i) => { - group.sort = i + 1 + item.subcards = item.subcards.map(group => { group.subButton.uuid = group.uuid group.subButton.$menuId = group.uuid // group.subButton.$forbid = true // 涓嶅0鏄庢暟鎹簮鍙橀噺 -- Gitblit v1.8.0