DISCOVER: sidevarFilter Reset button done.

This commit is contained in:
chiayin
2023-04-13 09:47:06 +08:00
parent daed99f84f
commit b1339fa4bb
4 changed files with 37 additions and 38 deletions

View File

@@ -72,6 +72,11 @@ export default {
components: {
Search,
},
watch: {
tableSelect(newval){
this.select = newval;
}
},
methods: {
onRowSelect() {
this.$emit('on-row-select', this.select);