From 076b9bc8048a9fbb74d24ef959f412f2ace65edf Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 26 八月 2021 16:27:26 +0800 Subject: [PATCH] 2021-08-26 --- src/utils/utils-custom.js | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/utils/utils-custom.js b/src/utils/utils-custom.js index e79cd52..601ab7f 100644 --- a/src/utils/utils-custom.js +++ b/src/utils/utils-custom.js @@ -97,6 +97,11 @@ value: item.uuid, label: item.name } + } else if (item.type === 'form') { // 鏁版嵁鏍煎紡锛屽瓨鍦ㄦ暟鎹簮 + return { + value: item.uuid, + label: item.name + } } else if (item.type === 'tabs') { let _item = { value: item.uuid, -- Gitblit v1.8.0