数组本身类型改为 array()

This commit is contained in:
bruce\fibo-zhu
2022-08-09 16:58:52 +08:00
parent c8df178d25
commit 6d12246620

View File

@@ -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,
})