Commit d263cff22b57e0bca509bc24e769f4fe0fb6d5f9

Authored by ww
1 parent 6209d2cf

chore: 移除console.log语句

@@ -90,7 +90,6 @@ @@ -90,7 +90,6 @@
90 } as FormSchema) 90 } as FormSchema)
91 ); 91 );
92 92
93 - console.log(schemas);  
94 length && schemas.unshift(toRaw(getTotalControlItem.value)); 93 length && schemas.unshift(toRaw(getTotalControlItem.value));
95 allDefaultValue.value = unref(schemas).reduce( 94 allDefaultValue.value = unref(schemas).reduce(
96 (prev, next) => ({ ...prev, [next.field]: next.defaultValue }), 95 (prev, next) => ({ ...prev, [next.field]: next.defaultValue }),