watch: { visible: function(newVal) { if (newVal) { if (this.$refs.table) { this.$refs.table.reload({ page: 1 }); } } } },