kailong321200875 пре 1 година
родитељ
комит
9220382ec8
1 измењених фајлова са 0 додато и 1 уклоњено
  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
     })