GuLiMmo
2023-12-27 bbab83b8fba74750c2670641578ba7bca164d26d
update
1 files modified
6 ■■■■ changed files
src/views/wel/index.vue 6 ●●●● patch | view | raw | blame | history
src/views/wel/index.vue
@@ -998,7 +998,11 @@
    handleChange(val) {
      window.console.log(val);
    },
  }
  },
  created() {
    this.$store.commit('DEL_ALL_TAG');
    this.$router.push('/employee/list')
  },
};
</script>