@@ -182,6 +182,9 @@ export default {
this.$nextTick(() => {
_this.$refs.table.refresh()
})
+ }else{
+ this.dataSource = []
+ this.$refs.table.clearTable()
}
} else {
this.totalData = null