@@ -272,6 +272,15 @@ export default {
importShow: false,
};
},
+ watch: {
+ $route: {
+ handler: function(val, oldVal){
+ if(val.name == 'Ticket'){
+ this.getList();
+ }
+ },
created() {
this.getList();