Browse Source

mod: 删除无用代码

kailong321200875 1 year ago
parent
commit
898a507581
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/components/Form/src/helper/index.ts

+ 0 - 1
src/components/Form/src/helper/index.ts

@@ -143,7 +143,6 @@ export const setItemComponentSlots = (slotsProps: Recordable = {}): Recordable =
  */
  */
 export const initModel = (schema: FormSchema[], formModel: Recordable) => {
 export const initModel = (schema: FormSchema[], formModel: Recordable) => {
   const model: Recordable = { ...formModel }
   const model: Recordable = { ...formModel }
-  console.log('【model】:', model)
   schema.map((v) => {
   schema.map((v) => {
     if (v.remove) {
     if (v.remove) {
       delete model[v.field]
       delete model[v.field]