From cea7ef2f8a6b608f31d9ebffdda07c2a336db9c3 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 07 七月 2023 09:24:00 +0800 Subject: [PATCH] 2023-07-07 --- src/utils/utils.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/utils/utils.js b/src/utils/utils.js index 5f9d942..c62e490 100644 --- a/src/utils/utils.js +++ b/src/utils/utils.js @@ -800,6 +800,8 @@ arrfield.push(item.urlField) } else if (item.colorField) { arrfield.push(item.colorField) + } else if (item.parentField) { + arrfield.push(item.parentField) } } -- Gitblit v1.8.0