mod: 删除无用代码

This commit is contained in:
kailong321200875 2023-07-10 17:53:00 +08:00
parent 94800b0120
commit 9220382ec8
1 changed files with 0 additions and 1 deletions

View File

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