src/components/table/advance/AdvanceTable.vue
@@ -125,9 +125,9 @@ refresh() { this.$emit('refresh', this.conditions) }, onSearchChange(conditions, searchOptions) { onSearchChange(conditions, searchOptions, col) { this.conditions = conditions this.$emit('search', conditions, searchOptions) this.$emit('search', conditions, searchOptions, col) }, toggleScreen() { if (this.fullScreen) {