From 79e4981aa6cc9354276fc54cdf6d14eb08ab7fee Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 22 六月 2023 15:59:04 +0800 Subject: [PATCH] Merge branch 'develop' of ssh://121.36.20.145:29418/~jinfei/pc-plat into develop --- 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