From 55a1b8402fd258da084df9b8a3935eef8450247c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 01 八月 2021 18:03:02 +0800 Subject: [PATCH] 2021-08-01 --- src/menu/pastecontroller/index.jsx | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/src/menu/pastecontroller/index.jsx b/src/menu/pastecontroller/index.jsx index 796dc1c..d97527d 100644 --- a/src/menu/pastecontroller/index.jsx +++ b/src/menu/pastecontroller/index.jsx @@ -153,6 +153,17 @@ } return col }) + } else if (item.type === 'form') { + item.subcards = item.subcards.map(cell => { + cell.uuid = Utils.getuuid() + + cell.fields = cell.fields.map(m => { + m.uuid = Utils.getuuid() + + return m + }) + return cell + }) } if (item.btnlog) { -- Gitblit v1.8.0