Browse Source

mod: 删除无用代码

kailong321200875 1 year ago
parent
commit
9220382ec8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/components/Table/src/Table.vue

+ 0 - 1
src/components/Table/src/Table.vue

@@ -293,7 +293,6 @@ export default defineComponent({
       const bindValue: Recordable = { ...attrs, ...unref(getProps) }
       delete bindValue.columns
       delete bindValue.data
-      console.log(bindValue)
       return bindValue
     })