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