diff --git a/src/components/tablecmt/tablecmt.vue b/src/components/tablecmt/tablecmt.vue index 69636ac7..f6bf7b76 100644 --- a/src/components/tablecmt/tablecmt.vue +++ b/src/components/tablecmt/tablecmt.vue @@ -45,8 +45,6 @@ clearable :placeholder="`请输入${column.label}`" @change="inputchange($event, column)" - @blur="inputchange($event, column)" - @clear="inputclear($event, column)" />