Commit 6a646de15f53d10111fc2a6c7f2a99e753e2c633
Merge branch 'fix/task-center' into 'main_dev'
chore: 移除console.log语句 See merge request yunteng/thingskit-front!754
Showing
1 changed file
with
0 additions
and
1 deletions
@@ -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 }), |