From 6d122466204a073a2dfd8160fe53d54131c74d62 Mon Sep 17 00:00:00 2001 From: "bruce\\fibo-zhu" <2547721127@qq.com> Date: Tue, 9 Aug 2022 16:58:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E7=BB=84=E6=9C=AC=E8=BA=AB=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E6=94=B9=E4=B8=BA=20array()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- h5-enginex-manager/src/utils/GetdeepObj.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h5-enginex-manager/src/utils/GetdeepObj.js b/h5-enginex-manager/src/utils/GetdeepObj.js index e2f3cb5..c4cea9e 100644 --- a/h5-enginex-manager/src/utils/GetdeepObj.js +++ b/h5-enginex-manager/src/utils/GetdeepObj.js @@ -66,7 +66,7 @@ export const GetdeepObj = (obj, length = true ,first=false,my = false) => { } if (my) { obj.push({ - value: 'array', + value: 'array()', label: '本身', valueType: 7, })