DISCOVER: sidevarFilter Reset button done.
This commit is contained in:
@@ -72,6 +72,11 @@ export default {
|
||||
components: {
|
||||
Search,
|
||||
},
|
||||
watch: {
|
||||
tableSelect(newval){
|
||||
this.select = newval;
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
onRowSelect() {
|
||||
this.$emit('on-row-select', this.select);
|
||||
|
||||
Reference in New Issue
Block a user