@@ -351,7 +351,7 @@ export default {
} else {
const _this = this
setTimeout(() => (
- _this.$refs.table.refresh(true)
+ _this.resetSearchForm()
), 300)
}
},